diff options
| author | Carlos Maiolino <[email protected]> | 2025-07-26 15:27:23 +0200 |
|---|---|---|
| committer | Carlos Maiolino <[email protected]> | 2025-07-26 15:27:23 +0200 |
| commit | fd9f4bd7724b4440bede4ccbb3670e88289402d9 (patch) | |
| tree | dc9921957e3afeffbafdaf8cf6ea88d6ce446389 /src/include/kernel.h | |
| parent | 02a4f7fa2100809d84b93dbe8d6c828e4768ad41 (diff) | |
Move include files to a subdirectory
Move the include files to the toxic/ subdirectory, so it gets a bit more
organized.
Ah, yeah, OS name will be renamed to ToxicOS
Signed-off-by: Carlos Maiolino <[email protected]>
Diffstat (limited to 'src/include/kernel.h')
| -rw-r--r-- | src/include/kernel.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/include/kernel.h b/src/include/kernel.h deleted file mode 100644 index 2007693..0000000 --- a/src/include/kernel.h +++ /dev/null @@ -1,6 +0,0 @@ -#ifndef KERNEL_H -#define KERNEL_H - -void kernel_main(); - -#endif /* KERNEL_H */ |
