Espresso 0.0.2a
This commit is contained in:
15
include/kdebug.h
Normal file
15
include/kdebug.h
Normal file
@ -0,0 +1,15 @@
|
||||
#ifndef _KERNEL_DEBUG_H
|
||||
#define _KERNEL_DEBUG_H
|
||||
|
||||
#include <types.h>
|
||||
|
||||
void set_debug(void);
|
||||
|
||||
void clear_debug(void);
|
||||
|
||||
void toggle_debug(void);
|
||||
|
||||
bool get_debug(void);
|
||||
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user