#ifndef SOCKS_FBCON_H_ #define SOCKS_FBCON_H_ #include struct device; extern kern_status_t start_console_on_framebuffer(struct device *fb); extern void early_vgacon_init(void); #endif