aboutsummaryrefslogtreecommitdiffstats
path: root/skeletons/ENUMERATED.h
blob: a0948ed062be0e15ea50fc53cb229328b28778d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*-
 * Copyright (c) 2003 Lev Walkin <vlm@lionet.info>. All rights reserved.
 * Redistribution and modifications are permitted subject to BSD license.
 */
#ifndef	_ENUMERATED_H_
#define	_ENUMERATED_H_

#include <constr_TYPE.h>
#include <INTEGER.h>

typedef INTEGER_t ENUMERATED_t;		/* Implemented in terms of INTEGER */

extern asn1_TYPE_descriptor_t asn1_DEF_ENUMERATED;

#endif	/* _ENUMERATED_H_ */