blob: e0f26c78481f04da254de230b68bd9418724367e [file] [log] [blame]
Lev Walkinf15320b2004-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 INTEGER 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., NativeInteger_t, any integer type
9 * will do).
10 * This type may be used when integer range is limited by subtype constraints.
11 */
12#ifndef _NativeInteger_H_
13#define _NativeInteger_H_
14
15#include <constr_TYPE.h>
16
17extern asn1_TYPE_descriptor_t asn1_DEF_NativeInteger;
18
19ber_type_decoder_f NativeInteger_decode_ber;
20der_type_encoder_f NativeInteger_encode_der;
21asn_struct_print_f NativeInteger_print;
22asn_struct_free_f NativeInteger_free;
23
24#endif /* _NativeInteger_H_ */