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

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

371void
372AcpiOsRedirectOutput (
373 void *Destination);
374
375
376/*
377 * Debug input
378 */
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 *****************************************************************************/

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

371void
372AcpiOsRedirectOutput (
373 void *Destination);
374
375
376/*
377 * Debug input
378 */
379UINT32
379ACPI_STATUS
380AcpiOsGetLine (
380AcpiOsGetLine (
381 char *Buffer);
381 char *Buffer,
382 UINT32 BufferLength,
383 UINT32 *BytesRead);
382
383
384/*
385 * Directory manipulation
386 */
387void *
388AcpiOsOpenDirectory (
389 char *Pathname,

--- 19 unchanged lines hidden ---
384
385
386/*
387 * Directory manipulation
388 */
389void *
390AcpiOsOpenDirectory (
391 char *Pathname,

--- 19 unchanged lines hidden ---