#ifndef __VMM_UTIL_H #define __VMM_UTIL_H #include void PrintTraceHex(unsigned char x); void PrintTraceMemDump(unsigned char * start, int n); #endif