Squash commits for public release
This commit is contained in:
10
kernel/include/drivers/debug/screen.h
Normal file
10
kernel/include/drivers/debug/screen.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef _KERNEL_DRIVERS_DEBUG_SCREEN_H
|
||||
#define _KERNEL_DRIVERS_DEBUG_SCREEN_H
|
||||
|
||||
#include <libkern/types.h>
|
||||
|
||||
struct boot_args;
|
||||
int screen_setup(struct boot_args* boot_args);
|
||||
int screen_put_char(char c);
|
||||
|
||||
#endif //_KERNEL_DRIVERS_DEBUG_SCREEN_H
|
||||
Reference in New Issue
Block a user