OpenCore  1.0.4
OpenCore Bootloader
Loading...
Searching...
No Matches
fsw_base.h File Reference

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)
 

Detailed Description

Base definitions switch.

Definition in file fsw_base.h.

Macro Definition Documentation

◆ FSW_DEBUG_LEVEL

#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.

◆ FSW_MSG_ASSERT

#define FSW_MSG_ASSERT ( params)
Value:
FSW_MSGFUNC(params)
#define FSW_MSGFUNC(params)

Definition at line 62 of file fsw_base.h.

◆ FSW_MSG_DEBUG

#define FSW_MSG_DEBUG ( params)

Definition at line 70 of file fsw_base.h.

◆ FSW_MSG_DEBUGV

#define FSW_MSG_DEBUGV ( params)

Definition at line 76 of file fsw_base.h.