blob: 21b9f31908b9442ef1f1effb41d886a94caaf409 [file] [log] [blame]
#ifndef _BBMETADATA_H_
#define _BBMETADATA_H_
struct BBMetaData {
unsigned int size;
void *pool;
};
#endif