1 #ifndef __LUNAIX_INTERRUPTS_H
2 #define __LUNAIX_INTERRUPTS_H
12 unsigned int err_code;
18 } __attribute__((packed));
36 } __attribute__((packed)) registers;
41 struct exec_param* execp;
43 } __attribute__((packed)) isr_param;
46 intr_handler(isr_param* param);
53 #endif /* __LUNAIX_INTERRUPTS_H */