feat: made more definitions constant and did some more minor
improvements
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
#include <types.h>
|
||||
|
||||
typedef void (*kprint_handler)(char *);
|
||||
typedef void (*kprint_handler)(const char *);
|
||||
|
||||
void kprint_register(kprint_handler);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user