12 lines
205 B
C
12 lines
205 B
C
#ifndef SOCKS_FBCON_H_
|
|
#define SOCKS_FBCON_H_
|
|
|
|
#include <socks/status.h>
|
|
|
|
struct device;
|
|
|
|
extern kern_status_t start_console_on_framebuffer(struct device *fb);
|
|
extern void early_vgacon_init(void);
|
|
|
|
#endif
|