mirror of
https://github.com/acpica/acpica/
synced 2025-01-24 10:22:11 +03:00
Added ACPI_DEFAULT_HANDLE feature to AcpiInstallAddressSpaceHandler.
Also moved the PCIContext to the events.h file. date 99.09.23.00.26.00; author rmosgrov; state Exp;
This commit is contained in:
parent
a5579bc7be
commit
3fe032c0ef
@ -204,6 +204,13 @@ EvAddressSpaceDispatch (
|
||||
UINT32 BitWidth,
|
||||
UINT32 *Value);
|
||||
|
||||
typedef struct
|
||||
{
|
||||
UINT16 SegNum;
|
||||
UINT16 BusNum;
|
||||
UINT16 DevNum;
|
||||
UINT16 FuncNum;
|
||||
} PCI_HANDLER_CONTEXT;
|
||||
|
||||
ACPI_STATUS
|
||||
EvInitializeRegion (
|
||||
|
Loading…
Reference in New Issue
Block a user