2025-04-27 07:49:33 -04:00

20 lines
513 B
C

#ifndef __STRUCT_IDENTIFIERS_
#define __STRUCT_IDENTIFIERS_
#ifndef __cplusplus
extern "C" {
#endif
#define AGING_STRUCT 0x00000001
#define BASIC_APPINFO_STRUCT 0x00000002
#define TEMP_SPACE_STRUCT 0x00000003
#define APPLICATION_MANAGER_STRUCT 0x00000004
#define ASSOCIATION_STRUCT 0x00000005
#define LOCK_STRUCT 0x00000006
#define WAIT_STRUCT 0x00000007
#ifndef __cplusplus
}
#endif
#endif // __STRUCT_IDENTIFIERS_