X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/32b9a6d76790c73d3d2d36d9081a2581cc65d184..28c176b668c841a3b7fb093faccf0efa39257603:/lunaix-os/arch/x86/includes/sys/mm/mempart.h?ds=sidebyside diff --git a/lunaix-os/arch/x86/includes/sys/mm/mempart.h b/lunaix-os/arch/x86/includes/sys/mm/mempart.h new file mode 100644 index 0000000..a3ad646 --- /dev/null +++ b/lunaix-os/arch/x86/includes/sys/mm/mempart.h @@ -0,0 +1,10 @@ +#ifndef __LUNAIX_MEMPART_H +#define __LUNAIX_MEMPART_H + +#ifdef CONFIG_ARCH_X86_64 +# include "mempart64.h" +#else +# include "mempart32.h" +#endif + +#endif \ No newline at end of file