kernel-dev/include/kernel/interrupt/procs.h

9 lines
132 B
C

#ifndef INTERRUPT_PROCS
#define INTERRUPT_PROCS 1
#ifdef __x86_64__
#include <kernel/arch/x86_64/interrupt_procs.h>
#endif
#endif