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
18
#include <
IndustryStandard/AppleSmBios.h
>
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
29
VOID
30
SmbiosDebugAnyStructure
(
31
IN
APPLE_SMBIOS_STRUCTURE_POINTER
Record
32
);
33
34
#endif
// DEBUG_SMBIOS_H
AppleSmBios.h
SmbiosDebugAnyStructure
VOID SmbiosDebugAnyStructure(IN APPLE_SMBIOS_STRUCTURE_POINTER Record)
Definition
DebugSmbios.c:944
APPLE_SMBIOS_STRUCTURE_POINTER
Definition
AppleSmBios.h:278
Library
OcSmbiosLib
DebugSmbios.h
Generated by
1.12.0