Deleted Added
full compact
acpiosxf.h (102550) acpiosxf.h (107325)
1
2/******************************************************************************
3 *
4 * Name: acpiosxf.h - All interfaces to the OS Services Layer (OSL). These
5 * interfaces must be implemented by OSL to interface the
6 * ACPI components to the host operating system.
7 *
8 *****************************************************************************/

--- 195 unchanged lines hidden (view full) ---

204ACPI_STATUS
205AcpiOsDeleteSemaphore (
206 ACPI_HANDLE Handle);
207
208ACPI_STATUS
209AcpiOsWaitSemaphore (
210 ACPI_HANDLE Handle,
211 UINT32 Units,
1
2/******************************************************************************
3 *
4 * Name: acpiosxf.h - All interfaces to the OS Services Layer (OSL). These
5 * interfaces must be implemented by OSL to interface the
6 * ACPI components to the host operating system.
7 *
8 *****************************************************************************/

--- 195 unchanged lines hidden (view full) ---

204ACPI_STATUS
205AcpiOsDeleteSemaphore (
206 ACPI_HANDLE Handle);
207
208ACPI_STATUS
209AcpiOsWaitSemaphore (
210 ACPI_HANDLE Handle,
211 UINT32 Units,
212 UINT32 Timeout);
212 UINT16 Timeout);
213
214ACPI_STATUS
215AcpiOsSignalSemaphore (
216 ACPI_HANDLE Handle,
217 UINT32 Units);
218
219
220/*

--- 185 unchanged lines hidden ---
213
214ACPI_STATUS
215AcpiOsSignalSemaphore (
216 ACPI_HANDLE Handle,
217 UINT32 Units);
218
219
220/*

--- 185 unchanged lines hidden ---