From ace65b453151845bc361f21f3e5b651c35f9f126 Mon Sep 17 00:00:00 2001 From: Jon Santmyer Date: Wed, 22 May 2024 13:00:41 -0400 Subject: massive refactor for mp and organization --- boot/cmdline.h | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 boot/cmdline.h (limited to 'boot/cmdline.h') diff --git a/boot/cmdline.h b/boot/cmdline.h deleted file mode 100644 index b1162b7..0000000 --- a/boot/cmdline.h +++ /dev/null @@ -1,10 +0,0 @@ -#ifndef JOVE_BOOT_CMDLINE_H -#define JOVE_BOOT_CMDLINE_H 1 - -#include "lib/hashtable.h" - -const char *cmdline_get(const char *key); - -void cmdline_kernel_setup(void); - -#endif -- cgit v1.2.1