kdrive/neomagic: include vesa.h, use DebugF

This commit is contained in:
Daniel Stone 2006-10-23 02:53:15 +03:00 committed by Daniel Stone
parent 29f28dd1a8
commit b1ba4b3e8a

View File

@ -26,14 +26,10 @@
#include <backend.h>
#include "kxv.h"
#include "klinux.h"
#include "vesa.h"
#define DEBUG
#ifdef DEBUG
#define DBGOUT(fmt,a...) fprintf (stderr, fmt, ##a)
#else
#define DBGOUT(fmt,a...)
#endif
#define DBGOUT DebugF
#define ENTER() DBGOUT("Enter %s\n", __FUNCTION__)
#define LEAVE() DBGOUT("Leave %s\n", __FUNCTION__)