/*
 * Generated by asn1c-0.9.27 (http://lionet.info/asn1c)
 * From ASN.1 module "MessagesPaDriver"
 * 	found in "../tz_drv_lib_protocol.asn1"
 * 	`asn1c -fnative-types`
 */

#ifndef	_PaDriverCommandResult_H_
#define	_PaDriverCommandResult_H_


#include <asn_application.h>

/* Including external dependencies */
#include <NativeEnumerated.h>

#ifdef __cplusplus
extern "C" {
#endif

/* Dependencies */
typedef enum PaDriverCommandResult {
	PaDriverCommandResult_paSuccess	= 0,
	PaDriverCommandResult_paGeneralError	= 1,
	PaDriverCommandResult_paVirtToPhysError	= 2,
	PaDriverCommandResult_paMemPermissionError	= 3
} e_PaDriverCommandResult;

/* PaDriverCommandResult */
typedef long	 PaDriverCommandResult_t;

/* Implementation */
extern asn_TYPE_descriptor_t asn_DEF_PaDriverCommandResult;
asn_struct_free_f PaDriverCommandResult_free;
asn_struct_print_f PaDriverCommandResult_print;
asn_constr_check_f PaDriverCommandResult_constraint;
ber_type_decoder_f PaDriverCommandResult_decode_ber;
der_type_encoder_f PaDriverCommandResult_encode_der;
xer_type_decoder_f PaDriverCommandResult_decode_xer;
xer_type_encoder_f PaDriverCommandResult_encode_xer;

#ifdef __cplusplus
}
#endif

#endif	/* _PaDriverCommandResult_H_ */
#include <asn_internal.h>
