#ifndef ACCESS_T_H #define ACCESS_T_H typedef enum { DENY, ALLOW, ALLOW_TEMP, DENY_TEMP, NDEF } access_t; #endif // !ACCESS_T_H