#ifndef DEF_PROCESS_IFACE_H #define DEF_PROCESS_IFACE_H #define PRIF_OBJTYPE 0x20 #define PRIF_EXIT 0x01 #define PRIF_ALLOCPAGE 0x02 #define PRIF_FREEPAGE 0x03 #endif