1 2 3 4 5 6 7 8 9 10 11
#ifndef _MACHINE_CONF_H_ #define _MACHINE_CONF_H_ #ifdef KERNEL #ifndef ACTUALLY_LKM_NOT_KERNEL #include "ioconf.h" #endif #endif /* KERNEL */ #endif /* !_MACHINE_CONF_H_ */