blob: a0948ed062be0e15ea50fc53cb229328b28778d0 [file] [log] [blame]
vlmfa67ddc2004-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
8#include <constr_TYPE.h>
9#include <INTEGER.h>
10
11typedef INTEGER_t ENUMERATED_t; /* Implemented in terms of INTEGER */
12
13extern asn1_TYPE_descriptor_t asn1_DEF_ENUMERATED;
14
15#endif /* _ENUMERATED_H_ */