X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2Fcga.c;h=e9556c86ff7499486c2caf6a4289f1f88ba6c1a3;hb=33d86eaa5e5081775fd013466393496b476925b0;hp=b720c6b59eab117c1356e9be143fd9caac3c4f80;hpb=dbffa86f170230cacd9653fff0f7f783c12094e2;p=palacios-OLD.git diff --git a/palacios/src/devices/cga.c b/palacios/src/devices/cga.c index b720c6b..e9556c8 100644 --- a/palacios/src/devices/cga.c +++ b/palacios/src/devices/cga.c @@ -31,12 +31,12 @@ #include -#if CONFIG_DEBUG_CGA >= 2 +#if V3_CONFIG_DEBUG_CGA >= 2 #define PrintVerbose PrintDebug #else #define PrintVerbose(fmt, args...) #endif -#if CONFIG_DEBUG_CGA == 0 +#if V3_CONFIG_DEBUG_CGA == 0 #undef PrintDebug #define PrintDebug(fmt, args...) #endif @@ -443,7 +443,7 @@ static void passthrough_out(uint16_t port, const void * src, uint_t length) { } } -#if CONFIG_DEBUG_CGA >= 2 +#if V3_CONFIG_DEBUG_CGA >= 2 static unsigned long get_value(const void *ptr, int len) { unsigned long value = 0;