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

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

387 UINT32 Length);
388
389
390BOOLEAN
391AcpiOsWritable (
392 void *Pointer,
393 UINT32 Length);
394
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 *****************************************************************************/

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

387 UINT32 Length);
388
389
390BOOLEAN
391AcpiOsWritable (
392 void *Pointer,
393 UINT32 Length);
394
395UINT32
396AcpiOsGetTimer (
397 void);
395
398
399
400
396/*
397 * Debug print routines
398 */
399
400INT32
401AcpiOsPrintf (
402 const NATIVE_CHAR *Format,
403 ...);

--- 29 unchanged lines hidden ---
401/*
402 * Debug print routines
403 */
404
405INT32
406AcpiOsPrintf (
407 const NATIVE_CHAR *Format,
408 ...);

--- 29 unchanged lines hidden ---