From f8529d09bf1555c2dda61f5841b7ad4f42ce9715 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Thu, 17 Apr 2025 13:44:55 -0400 Subject: elf sym loading --- kernel/old/include/common.h | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 kernel/old/include/common.h (limited to 'kernel/old/include/common.h') diff --git a/kernel/old/include/common.h b/kernel/old/include/common.h deleted file mode 100644 index 599c492..0000000 --- a/kernel/old/include/common.h +++ /dev/null @@ -1,31 +0,0 @@ -/** -** @file common.h -** -** @author Warren R. Carithers -** -** @brief Common definitions for the baseline system. -** -** This header file pulls in the standard header information needed -** by all parts of the system. It is purely for our convenience. -*/ - -#ifndef COMMON_H_ -#define COMMON_H_ - -// everything needs these; they also pull in -// the kernel- or user-level defs and lib headers -#include -#include -#include -#include - -#ifdef KERNEL_SRC - -// only kernel code needs these headers -#include -#include -#include - -#endif /* KERNEL_SRC */ - -#endif -- cgit v1.2.3-freya