Standardised debug mechanism in place now.

This commit is contained in:
Michael Brown
2005-04-14 11:55:57 +00:00
parent e44e5c7247
commit 44c7cc8c12
10 changed files with 14 additions and 70 deletions

View File

@@ -2,13 +2,6 @@
#include "dev.h"
#include "pci.h"
#undef DBG
#ifdef DEBUG_PCI
#define DBG(...) printf ( __VA_ARGS__ )
#else
#define DBG(...)
#endif
/*
* Ensure that there is sufficient space in the shared dev_bus
* structure for a struct pci_device.