1 /*
2  * Generated by asn1c-0.9.21 (http://lionet.info/asn1c)
3  * From ASN.1 module "FEF-IntermediateDraft"
4  * 	found in "../annexb-snacc-122001.asn1"
5  */
6 
7 #ifndef	_INT_U16_H_
8 #define	_INT_U16_H_
9 
10 
11 #include <asn_application.h>
12 
13 /* Including external dependencies */
14 #include <NativeInteger.h>
15 
16 #ifdef __cplusplus
17 extern "C" {
18 #endif
19 
20 /* INT-U16 */
21 typedef long	 INT_U16_t;
22 
23 /* Implementation */
24 extern asn_TYPE_descriptor_t asn_DEF_INT_U16;
25 asn_struct_free_f INT_U16_free;
26 asn_struct_print_f INT_U16_print;
27 asn_constr_check_f INT_U16_constraint;
28 ber_type_decoder_f INT_U16_decode_ber;
29 der_type_encoder_f INT_U16_encode_der;
30 xer_type_decoder_f INT_U16_decode_xer;
31 xer_type_encoder_f INT_U16_encode_xer;
32 
33 #ifdef __cplusplus
34 }
35 #endif
36 
37 #endif	/* _INT_U16_H_ */
38