#ifndef __ABAC_COMMON_H__ #define __ABAC_COMMON_H__ typedef struct _abac_chunk_t { unsigned char *ptr; int len; } abac_chunk_t; #endif