no message

svn path=/trunk/; revision=195
This commit is contained in:
David Welch 1999-01-28 21:42:01 +00:00
parent 9a068f8b4b
commit a984daa5de

View file

@ -0,0 +1,11 @@
/*
* Structure ids
*/
#define BASE_OBJECT_ID (0x12345678)
#define FILE_OBJECT_ID (BASE_OBJECT_ID + 1)
#define DEVICE_OBJECT_ID (BASE_OBJECT_ID + 2)
#define DRIVER_OBJECT_ID (BASE_OBJECT_ID + 3)
#define DIRECTORY_OBJECT_ID (BASE_OBJECT_ID + 4)
#define CC1_CCB_ID (BASE_OBJECT_ID + 5)