hardirq.h 84 字节
Newer Older
1 2 3 4 5
#ifdef CONFIG_X86_32
# include "hardirq_32.h"
#else
# include "hardirq_64.h"
#endif