blob: 1def8bb2247e168cbf6c1bd688b37f8eab8e7b10 [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
8#include <constr_TYPE.h>
9#include <OCTET_STRING.h>
10
11typedef OCTET_STRING_t BIT_STRING_t; /* Implemented in terms of OCTET STRING */
12
13extern asn1_TYPE_descriptor_t asn1_DEF_BIT_STRING;
14
15asn_struct_print_f BIT_STRING_print; /* Human-readable output */
16asn_constr_check_f BIT_STRING_constraint;
17
18#endif /* _BIT_STRING_H_ */