summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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