blob: 542dcae947c0ba14fb4575b6c8d06c91d606f094 [file] [log] [blame]
Harald Welte92c45f32010-06-12 18:59:38 +02001/*-
2 * Copyright (c) 2003, 2005 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 <INTEGER.h>
9
10#ifdef __cplusplus
11extern "C" {
12#endif
13
14typedef INTEGER_t ENUMERATED_t; /* Implemented via INTEGER */
15
16extern asn_TYPE_descriptor_t asn_DEF_ENUMERATED;
17
18per_type_decoder_f ENUMERATED_decode_uper;
19per_type_encoder_f ENUMERATED_encode_uper;
20
21#ifdef __cplusplus
22}
23#endif
24
25#endif /* _ENUMERATED_H_ */