blob: 45733cb2501d08b0439118ebd34037c3151efb55 [file] [log] [blame]
Lev Walkinf15320b2004-06-03 03:38:44 +00001/*-
2 * Copyright (c) 2003 Lev Walkin <vlm@lionet.info>. All rights reserved.
3 * Redistribution and modifications are permitted subject to BSD license.
4 */
5#ifndef _ENUMERATED_H_
6#define _ENUMERATED_H_
7
Lev Walkinf15320b2004-06-03 03:38:44 +00008#include <INTEGER.h>
9
Lev Walkin11c3e172004-09-24 21:00:50 +000010typedef INTEGER_t ENUMERATED_t; /* Implemented via INTEGER */
Lev Walkinf15320b2004-06-03 03:38:44 +000011
Lev Walkin5e033762004-09-29 13:26:15 +000012extern asn_TYPE_descriptor_t asn_DEF_ENUMERATED;
Lev Walkinf15320b2004-06-03 03:38:44 +000013
14#endif /* _ENUMERATED_H_ */