OpenCore  1.0.4
OpenCore Bootloader
Loading...
Searching...
No Matches
SMM_TABLE Struct Reference

#include <LegacyBios.h>

Data Fields

UINT16 NumSmmEntries
 Number of entries represented by SmmEntry.
 
SMM_ENTRY SmmEntry
 One entry per function. Type SMM_ENTRY is defined below.
 

Detailed Description

SMM_TABLE

Definition at line 850 of file LegacyBios.h.

Field Documentation

◆ NumSmmEntries

UINT16 SMM_TABLE::NumSmmEntries

Number of entries represented by SmmEntry.

Definition at line 851 of file LegacyBios.h.

◆ SmmEntry

SMM_ENTRY SMM_TABLE::SmmEntry

One entry per function. Type SMM_ENTRY is defined below.

Definition at line 852 of file LegacyBios.h.


The documentation for this struct was generated from the following file: