metaverse-dev/include/kernel/interrupt.h

8 lines
98 B
C

#ifndef INTERRUPT_H
#define INTERRUPT_H 1
void interrupt_open();
void interrupt_close();
#endif