kexts: add generic vga/fb tty driver
This commit is contained in:
11
kexts/drivers/tty/fbcon/include/socks/fbcon.h
Normal file
11
kexts/drivers/tty/fbcon/include/socks/fbcon.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user