IS_UNDEFINED
enum pool_type type = IS_UNDEFINED;
enum pool_type t[] = {IS_WC, IS_UC, IS_CACHED, IS_DMA32, IS_UNDEFINED};
if (type == IS_UNDEFINED)