mirror of
https://github.com/YohannDR/mzm.git
synced 2024-12-11 23:15:41 +00:00
7 lines
92 B
C
7 lines
92 B
C
#ifndef INTERRUPTS_H
|
|
#define INTERRUPTS_H
|
|
|
|
void intr_main(void);
|
|
|
|
#endif /* INTERRUPTS_H */
|