blob: ff622a3250f3deb93d9e3bb240f2739976d7e4d9 [file] [log] [blame]
Lev Walkinf15320b2004-06-03 03:38:44 +00001/*-
2 * Copyright (c) 2003 Lev Walkin <vlm@lionet.info>. All rights reserved.
3 * Redistribution and modifications are permitted subject to BSD license.
4 */
5#ifndef _BIT_STRING_H_
6#define _BIT_STRING_H_
7
Lev Walkinf15320b2004-06-03 03:38:44 +00008#include <OCTET_STRING.h>
9
Lev Walkin11c3e172004-09-24 21:00:50 +000010typedef OCTET_STRING_t BIT_STRING_t; /* Implemented via OCTET STRING */
Lev Walkinf15320b2004-06-03 03:38:44 +000011
12extern asn1_TYPE_descriptor_t asn1_DEF_BIT_STRING;
13
14asn_struct_print_f BIT_STRING_print; /* Human-readable output */
15asn_constr_check_f BIT_STRING_constraint;
Lev Walkina9cc46e2004-09-22 16:06:28 +000016xer_type_encoder_f BIT_STRING_encode_xer;
Lev Walkinf15320b2004-06-03 03:38:44 +000017
18#endif /* _BIT_STRING_H_ */