kexec.h 80 字节
Newer Older
1 2 3 4 5
#ifdef CONFIG_X86_32
# include "kexec_32.h"
#else
# include "kexec_64.h"
#endif