refactor: striped more arch-related code from the kernel code base
[lunaix-os.git] / lunaix-os / includes / arch / abi.h
diff --git a/lunaix-os/includes/arch/abi.h b/lunaix-os/includes/arch/abi.h
deleted file mode 100644 (file)
index 8515974..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-#ifndef __LUNAIX_ABI_H
-#define __LUNAIX_ABI_H
-
-/* clang-format off */
-
-#if 0
-// templates, new arch should implements these templates
-#define store_retval(retval)
-#endif
-
-#ifdef __ARCH_IA32
-    #include "i386/i386_asm.h"
-    #ifndef __ASM__
-        #include "i386/i386_abi.h"
-    #endif
-#endif
-
-/* clang-format on */
-
-#endif /* __LUNAIX_ABI_H */