cpuconfig.h 144 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 #ifndef __CPU_CONFIG_H__ #define __CPU_CONFIG_H__ #define MAX_SYSCALL_INTERRUPT_PRIORITY 10 #define KERNEL_INTERRUPT_PRIORITY 1 #endif