Fixed a bug that caused physical memory allocation to be one-time use
[tpg/acess2.git] / Modules / UDI / include / _udi / values.h
1 #ifndef _UDI_VALUES_H_
2 #define _UDI_VALUES_H_
3
4 typedef udi_ubit8_t     udi_instance_attr_type_t;
5 /* Instance Attribute Types */
6 #define UDI_ATTR_NONE   0
7 #define UDI_ATTR_STRING 1
8 #define UDI_ATTR_ARRAY8 2
9 #define UDI_ATTR_UBIT32 3
10 #define UDI_ATTR_BOOLEAN        4
11 #define UDI_ATTR_FILE   5
12
13 #endif

UCC git Repository :: git.ucc.asn.au