Deleted Added
full compact
acpiosxf.h (231844) acpiosxf.h (235945)
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 *****************************************************************************/

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

270ACPI_STATUS
271AcpiOsExecute (
272 ACPI_EXECUTE_TYPE Type,
273 ACPI_OSD_EXEC_CALLBACK Function,
274 void *Context);
275
276void
277AcpiOsWaitEventsComplete (
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 *****************************************************************************/

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

270ACPI_STATUS
271AcpiOsExecute (
272 ACPI_EXECUTE_TYPE Type,
273 ACPI_OSD_EXEC_CALLBACK Function,
274 void *Context);
275
276void
277AcpiOsWaitEventsComplete (
278 void *Context);
278 void);
279
280void
281AcpiOsSleep (
282 UINT64 Milliseconds);
283
284void
285AcpiOsStall (
286 UINT32 Microseconds);

--- 130 unchanged lines hidden ---
279
280void
281AcpiOsSleep (
282 UINT64 Milliseconds);
283
284void
285AcpiOsStall (
286 UINT32 Microseconds);

--- 130 unchanged lines hidden ---