blob: 681147c1cb68d7ef0453ab08836f0166f3bdb01c [file] [log] [blame]
vlmfa67ddc2004-06-03 03:38:44 +00001/*-
2 * Copyright (c) 2004 Lev Walkin <vlm@lionet.info>. All rights reserved.
3 * Redistribution and modifications are permitted subject to BSD license.
4 */
5/*
6 * This type differs from the standard ENUMERATED in that it is modelled using
7 * the fixed machine type (long, int, short), so it can hold only values of
8 * limited length. There is no type (i.e., NativeEnumerated_t, any integer type
9 * will do).
10 * This type may be used when integer range is limited by subtype constraints.
11 */
12#ifndef _NativeEnumerated_H_
13#define _NativeEnumerated_H_
14
15#include <NativeInteger.h>
16
17extern asn1_TYPE_descriptor_t asn1_DEF_NativeEnumerated;
18
19#endif /* _NativeEnumerated_H_ */