/*
 * Generated by asn1c-0.9.27 (http://lionet.info/asn1c)
 * From ASN.1 module "PaCertificate"
 * 	found in "../pa_signature.asn1"
 * 	`asn1c -fnative-types`
 */

#ifndef	_PaFlagBits_H_
#define	_PaFlagBits_H_


#include <asn_application.h>

/* Including external dependencies */
#include <NativeEnumerated.h>

#ifdef __cplusplus
extern "C" {
#endif

/* Dependencies */
typedef enum PaFlagBits {
	PaFlagBits_bitAndroid	= 0,
	PaFlagBits_bitThirdParty	= 1,
	PaFlagBits_bitHmac	= 2
} e_PaFlagBits;

/* PaFlagBits */
typedef long	 PaFlagBits_t;

/* Implementation */
extern asn_TYPE_descriptor_t asn_DEF_PaFlagBits;
asn_struct_free_f PaFlagBits_free;
asn_struct_print_f PaFlagBits_print;
asn_constr_check_f PaFlagBits_constraint;
ber_type_decoder_f PaFlagBits_decode_ber;
der_type_encoder_f PaFlagBits_encode_der;
xer_type_decoder_f PaFlagBits_decode_xer;
xer_type_encoder_f PaFlagBits_encode_xer;

#ifdef __cplusplus
}
#endif

#endif	/* _PaFlagBits_H_ */
#include <asn_internal.h>
