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 198... Line 198...
198
 
198
 
199
 
199
 
200
/*
200
/*
201
 * hwgpe - GPE support
201
 * hwgpe - GPE support
202
 */
202
 */
203
ACPI_STATUS
203
UINT32
-
 
204
AcpiHwGetGpeRegisterBit (
Line 204... Line 205...
204
AcpiHwLowDisableGpe (
205
    ACPI_GPE_EVENT_INFO     *GpeEventInfo,
205
    ACPI_GPE_EVENT_INFO     *GpeEventInfo);
206
    ACPI_GPE_REGISTER_INFO  *GpeRegisterInfo);
206
 
207
 
-
 
208
ACPI_STATUS
Line 207... Line 209...
207
ACPI_STATUS
209
AcpiHwLowSetGpe (
208
AcpiHwWriteGpeEnableReg (
210
    ACPI_GPE_EVENT_INFO     *GpeEventInfo,
209
    ACPI_GPE_EVENT_INFO     *GpeEventInfo);
211
    UINT32                  Action);
210
 
212
 
Line 247... Line 249...
247
    ACPI_GPE_BLOCK_INFO     *GpeBlock,
249
    ACPI_GPE_BLOCK_INFO     *GpeBlock,
248
    void                    *Context);
250
    void                    *Context);
Line 249... Line 251...
249
 
251
 
-
 
252
 
-
 
253
/*
-
 
254
 * hwpci - PCI configuration support
-
 
255
 */
-
 
256
ACPI_STATUS
-
 
257
AcpiHwDerivePciId (
-
 
258
    ACPI_PCI_ID             *PciId,
-
 
259
    ACPI_HANDLE             RootPciDevice,
-
 
260
    ACPI_HANDLE             PciRegion);
-
 
261
 
250
 
262
 
251
/*
263
/*
252
 * hwtimer - ACPI Timer prototypes
264
 * hwtimer - ACPI Timer prototypes
253
 */
265
 */
254
ACPI_STATUS
266
ACPI_STATUS