OpenCore  1.0.4
OpenCore Bootloader
Loading...
Searching...
No Matches
DebugSmbios.h
Go to the documentation of this file.
1
15#ifndef DEBUG_SMBIOS_H
16#define DEBUG_SMBIOS_H
17
19
20// TODO: Use PCD?
21// #define LOG_SMBIOS
22
23#ifdef LOG_SMBIOS
24#define DEBUG_SMBIOS(arg) DEBUG (arg)
25#else
26#define DEBUG_SMBIOS(arg)
27#endif
28
29VOID
32 );
33
34#endif // DEBUG_SMBIOS_H
VOID SmbiosDebugAnyStructure(IN APPLE_SMBIOS_STRUCTURE_POINTER Record)