blob: 665d036d278f7a0f5c6cd27c6e00ffdb30827659 [file] [log] [blame]
vlmfa67ddc2004-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
vlmfa67ddc2004-06-03 03:38:44 +00008#include <OCTET_STRING.h>
9
vlmd1579582004-09-24 21:00:50 +000010typedef OCTET_STRING_t BIT_STRING_t; /* Implemented via OCTET STRING */
vlmfa67ddc2004-06-03 03:38:44 +000011
vlmef6355b2004-09-29 13:26:15 +000012extern asn_TYPE_descriptor_t asn_DEF_BIT_STRING;
vlmfa67ddc2004-06-03 03:38:44 +000013
14asn_struct_print_f BIT_STRING_print; /* Human-readable output */
15asn_constr_check_f BIT_STRING_constraint;
vlm39ba4c42004-09-22 16:06:28 +000016xer_type_encoder_f BIT_STRING_encode_xer;
vlmfa67ddc2004-06-03 03:38:44 +000017
18#endif /* _BIT_STRING_H_ */