summaryrefslogblamecommitdiff
path: root/Source/Library/Interface/Process.iface.h
blob: 0956679973568d2570eb7cfc90c1091d15316af8 (plain) (tree)
1
2
3
4
5
6
7
8
9





                               
                              

      
#ifndef DEF_PROCESS_IFACE_H
#define DEF_PROCESS_IFACE_H

#define PR_IFACE_OBJTYPE 0x20
#define PR_IFACE_EXIT 0x01
#define PR_IFACE_ALLOCPAGE 0x02
#define PR_IFACE_FREEPAGE 0x03

#endif