#ifndef _KERNEL_DEVICE_DEBUGCONSOLE_H #define _KERNEL_DEVICE_DEBUGCONSOLE_H #include #include #include #include struct device; DEFINE_DEVICE_OP(debugconsole_putstr); DEFINE_DEVICE_INIT(debugconsole_init); DEFINE_DEVICE_FINI(debugconsole_fini); #endif // _KERNEL_DEVICE_DEBUGCONSOLE_H