Deleted Added
full compact
acutils.h (229989) acutils.h (235945)
1/******************************************************************************
2 *
3 * Name: acutils.h -- prototypes for the common (subsystem-wide) procedures
4 *
5 *****************************************************************************/
6
7/*
8 * Copyright (C) 2000 - 2012, Intel Corp.

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

698 UINT64 InDividend,
699 UINT32 Divisor,
700 UINT64 *OutQuotient,
701 UINT32 *OutRemainder);
702
703/*
704 * utmisc
705 */
1/******************************************************************************
2 *
3 * Name: acutils.h -- prototypes for the common (subsystem-wide) procedures
4 *
5 *****************************************************************************/
6
7/*
8 * Copyright (C) 2000 - 2012, Intel Corp.

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

698 UINT64 InDividend,
699 UINT32 Divisor,
700 UINT64 *OutQuotient,
701 UINT32 *OutRemainder);
702
703/*
704 * utmisc
705 */
706void
707UtConvertBackslashes (
708 char *Pathname);
709
706const char *
707AcpiUtValidateException (
708 ACPI_STATUS Status);
709
710BOOLEAN
711AcpiUtIsPciRootBridge (
712 char *Id);
713

--- 271 unchanged lines hidden ---
710const char *
711AcpiUtValidateException (
712 ACPI_STATUS Status);
713
714BOOLEAN
715AcpiUtIsPciRootBridge (
716 char *Id);
717

--- 271 unchanged lines hidden ---