#ifndef __VHEX_CONFIG_H__ # define __VHEX_CONFIG_H__ /* enable or disable the debug API in kmalloc module */ #ifndef KMALLOC_DEBUG # define KMALLOC_DEBUG 1 #endif #endif /*__VHEX_CONFIG_H__*/