X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/bffa3430fbbaaad29bec0b5bee9c1f0bfc7fd068..34f6af4f61e0eec9c96113e07f140b609b4113c8:/lunaix-os/arch/generic/includes/sys/mm/mempart.h diff --git a/lunaix-os/arch/generic/includes/sys/mm/mempart.h b/lunaix-os/arch/generic/includes/sys/mm/mempart.h deleted file mode 100644 index 055da0c..0000000 --- a/lunaix-os/arch/generic/includes/sys/mm/mempart.h +++ /dev/null @@ -1,55 +0,0 @@ -#ifndef __LUNAIX_ARCH_MEMPART_H -#define __LUNAIX_ARCH_MEMPART_H - - -#define END_POINT(name) (name + name##_SIZE - 1) - -#define KSTACK_AREA 0 -#define KSTACK_AREA_SIZE 0 -#define KSTACK_AREA_END END_POINT(KSTACK_AREA) - -#define USR_EXEC 0 -#define USR_EXEC_SIZE 0 -#define USR_EXEC_END END_POINT(USR_EXEC) - -#define USR_MMAP 0 -#define USR_MMAP_SIZE 0 -#define USR_MMAP_END END_POINT(USR_MMAP) - -#define USR_STACK 0 -#define USR_STACK_SIZE 0 -#define USR_STACK_END END_POINT(USR_STACK) - -#define KERNEL_IMG 0 -#define KERNEL_IMG_SIZE 0 -#define KERNEL_IMG_END END_POINT(KERNEL_IMG) - -#define PG_MOUNT_1 0 -#define PG_MOUNT_1_SIZE 0 -#define PG_MOUNT_1_END END_POINT(PG_MOUNT_1) - -#define PG_MOUNT_2 0 -#define PG_MOUNT_2_SIZE 0 -#define PG_MOUNT_2_END END_POINT(PG_MOUNT_2) - -#define PG_MOUNT_3 0 -#define PG_MOUNT_3_SIZE 0 -#define PG_MOUNT_3_END END_POINT(PG_MOUNT_3) - -#define PG_MOUNT_4 0 -#define PG_MOUNT_4_SIZE 0 -#define PG_MOUNT_4_END END_POINT(PG_MOUNT_4) - -#define PG_MOUNT_VAR 0 -#define PG_MOUNT_VAR_SIZE 0 -#define PG_MOUNT_VAR_END END_POINT(PG_MOUNT_VAR) - -#define VMAP 0 -#define VMAP_SIZE 0 -#define VMAP_END END_POINT(VMAP) - -#define VMS_MOUNT_1 0 -#define VMS_MOUNT_1_SIZE 0 -#define VMS_MOUNT_1_END END_POINT(VMS_MOUNT_1) - -#endif