OpenCore
1.0.4
OpenCore Bootloader
|
Go to the source code of this file.
Macros | |
#define | FSW_DEBUG_LEVEL 1 |
#define | FSW_MSG_ASSERT(params) |
#define | FSW_MSG_DEBUG(params) |
#define | FSW_MSG_DEBUGV(params) |
Base definitions switch.
Definition in file fsw_base.h.
#define FSW_DEBUG_LEVEL 1 |
Global debugging level. Can be set locally for the scope of a single file by defining the macro before fsw_base.h is included.
Definition at line 47 of file fsw_base.h.
#define FSW_MSG_ASSERT | ( | params | ) |
Definition at line 62 of file fsw_base.h.
#define FSW_MSG_DEBUG | ( | params | ) |
Definition at line 70 of file fsw_base.h.
#define FSW_MSG_DEBUGV | ( | params | ) |
Definition at line 76 of file fsw_base.h.