Files
uiuc-ece391-mp3/student-distrib/interrupt_wrap.h
2018-10-27 16:13:26 -05:00

13 lines
251 B
C

#ifndef _INTERRUPT_WRAP_H_
#define _INTERRUPT_WRAP_H_
#ifndef ASM
void interrupt_keyboard_wrap();
void interrupt_rtc_wrap();
void interrupt_serial1_wrap();
void interrupt_serial2_wrap();
void interrupt_sb16_wrap();
#endif
#endif