Subversion Repositories Kolibri OS

Rev

Rev 1498 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1498 Rev 2216
Line 6... Line 6...
6
 
6
 
7
/******************************************************************************
7
/******************************************************************************
8
 *
8
 *
9
 * 1. Copyright Notice
9
 * 1. Copyright Notice
10
 *
10
 *
11
 * Some or all of this work - Copyright (c) 1999 - 2010, Intel Corp.
11
 * Some or all of this work - Copyright (c) 1999 - 2011, Intel Corp.
12
 * All rights reserved.
12
 * All rights reserved.
13
 *
13
 *
14
 * 2. License
14
 * 2. License
15
 *
15
 *
Line 512... Line 512...
512
UINT32
512
UINT32
513
AcpiNsLocal (
513
AcpiNsLocal (
514
    ACPI_OBJECT_TYPE        Type);
514
    ACPI_OBJECT_TYPE        Type);
Line 515... Line 515...
515
 
515
 
516
void
-
 
517
AcpiNsReportError (
-
 
518
    const char              *ModuleName,
-
 
519
    UINT32                  LineNumber,
-
 
520
    const char              *InternalName,
-
 
521
    ACPI_STATUS             LookupStatus);
-
 
522
 
-
 
523
void
-
 
524
AcpiNsReportMethodError (
-
 
525
    const char              *ModuleName,
-
 
526
    UINT32                  LineNumber,
-
 
527
    const char              *Message,
-
 
528
    ACPI_NAMESPACE_NODE     *Node,
-
 
529
    const char              *Path,
-
 
530
    ACPI_STATUS             LookupStatus);
-
 
531
 
-
 
532
void
516
void
533
AcpiNsPrintNodePathname (
517
AcpiNsPrintNodePathname (
534
    ACPI_NAMESPACE_NODE     *Node,
518
    ACPI_NAMESPACE_NODE     *Node,
Line 535... Line 519...
535
    const char              *Msg);
519
    const char              *Msg);