mirror of
https://github.com/ipxe/ipxe
synced 2025-12-25 00:17:57 +03:00
Standardised debug mechanism in place now.
This commit is contained in:
@@ -4,15 +4,6 @@
|
||||
#include "timer.h"
|
||||
#include "eisa.h"
|
||||
|
||||
#define DEBUG_EISA
|
||||
|
||||
#undef DBG
|
||||
#ifdef DEBUG_EISA
|
||||
#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.
|
||||
|
||||
Reference in New Issue
Block a user