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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user