diff options
author | stefan <stefan@s00.xyz> | 2023-04-07 19:02:18 -0400 |
---|---|---|
committer | stefan <stefan@s00.xyz> | 2023-04-07 19:02:18 -0400 |
commit | a1a97aa7b2b0c3d1f3b6766446d605f83de1c561 (patch) | |
tree | 445f9419aee4e0ffdb7271d84474452c7e69d225 /sys/include/kernel_earlyprintf.h | |
parent | cd653dcee96a2673bf4ab5aadba0ecfaf5fe7a0f (diff) | |
download | sv-a1a97aa7b2b0c3d1f3b6766446d605f83de1c561.tar.gz |
stuff and things
Diffstat (limited to 'sys/include/kernel_earlyprintf.h')
-rw-r--r-- | sys/include/kernel_earlyprintf.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/include/kernel_earlyprintf.h b/sys/include/kernel_earlyprintf.h deleted file mode 100644 index 051d7e5..0000000 --- a/sys/include/kernel_earlyprintf.h +++ /dev/null @@ -1,6 +0,0 @@ -#ifndef _KPRINTF_H -#define _KPRINTF_H - -int kernel_earlyputs(const char *); - -#endif /* _KPRINTF_H */ |