summaryrefslogtreecommitdiff
path: root/Source/Library/Interface/Process.iface.h
blob: d639725d48bfc9c3a40cd6eb2e23830708dad5b9 (plain) (blame)
1
2
3
4
5
6
7
8
#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

#endif