summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexey Gavrilov <rebovas@yahoo.com>2024-05-27 09:57:43 +0700
committerAlexey Gavrilov <rebovas@yahoo.com>2024-05-27 09:57:43 +0700
commit3003b42fb06a707484bd7d7902057c9d65d4c0df (patch)
treecb275233a2d272b37fa96abb3dfa7b3f3125da33
parentdc0b89fa63a181bd4add318bfd7a46344702f4e7 (diff)
delete arch file
-rw-r--r--arch/SecondaryInit.h2
-rw-r--r--include/arch6
-rw-r--r--include/types.h3
3 files changed, 2 insertions, 9 deletions
diff --git a/arch/SecondaryInit.h b/arch/SecondaryInit.h
index f11c7be..795d96a 100644
--- a/arch/SecondaryInit.h
+++ b/arch/SecondaryInit.h
@@ -1,4 +1,4 @@
-#include <arch>
+#include <types.h>
#if defined(__IAPC)
#include "x86/PrimaryInit.h"
diff --git a/include/arch b/include/arch
deleted file mode 100644
index f5fc8f7..0000000
--- a/include/arch
+++ /dev/null
@@ -1,6 +0,0 @@
-#ifndef ARCH_H
-#define ARCH_H
-
-#define __IAPC
-
-#endif
diff --git a/include/types.h b/include/types.h
index 16f67d9..9f59063 100644
--- a/include/types.h
+++ b/include/types.h
@@ -1,8 +1,7 @@
#ifndef TYPES_H
#define TYPES_H
-#include <arch>
-
+#define __IAPC
#define NULL 0