1 2 3 4 5 6
#ifndef _KPRINTF_H #define _KPRINTF_H int kernel_earlyputs(const char *); #endif /* _KPRINTF_H */