X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/7804c2dae30700296c3205aaf7f546f491999bf4..b26d3165c52589d1f8de37bf0df27ad96f460f47:/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 index 8515974..0000000 --- a/lunaix-os/includes/arch/abi.h +++ /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 */