/*
 * 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	_PaFileInfo_H_
#define	_PaFileInfo_H_


#include <asn_application.h>

/* Including external dependencies */
#include <OCTET_STRING.h>
#include <NativeInteger.h>
#include <constr_SEQUENCE.h>

#ifdef __cplusplus
extern "C" {
#endif

/* PaFileInfo */
typedef struct PaFileInfo {
	OCTET_STRING_t	 fileStartAddress;
	long	 fileSize;
	OCTET_STRING_t	 xattrAddress;
	long	 xattrSize;
	
	/* Context for parsing across buffer boundaries */
	asn_struct_ctx_t _asn_ctx;
} PaFileInfo_t;

/* Implementation */
extern asn_TYPE_descriptor_t asn_DEF_PaFileInfo;

#ifdef __cplusplus
}
#endif

#endif	/* _PaFileInfo_H_ */
#include <asn_internal.h>
