Go to the source code of this file.
◆ register_inspect_intr()
| void register_inspect_intr |
( |
void |
| ) |
|
21 {
23}
static void inspect(struct intr_frame *f)
Definition: inspect.c:10
@ INTR_OFF
Definition: interrupt.h:9
void intr_register_int(uint8_t vec, int dpl, enum intr_level, intr_handler_func *, const char *name)
Definition: interrupt.c:248