Subversion Repositories Kolibri OS

Rev

Rev 1498 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1498 Rev 2216
Line 7... Line 7...
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
 *
16
 * 2.1. This is your license from Intel Corp. under its intellectual property
16
 * 2.1. This is your license from Intel Corp. under its intellectual property
Line 302... Line 302...
302
{
302
{
303
    return (AE_SUPPORT);
303
    return (AE_SUPPORT);
304
}
304
}
305
305
 
Line -... Line 306...
-
 
306
/* OSL interfaces */
-
 
307
 
-
 
308
ACPI_THREAD_ID
-
 
309
AcpiOsGetThreadId (
-
 
310
    void)
-
 
311
{
-
 
312
    return (0xFFFF);
-
 
313
}
-
 
314
 
-
 
315
ACPI_STATUS
-
 
316
AcpiOsExecute (
-
 
317
    ACPI_EXECUTE_TYPE       Type,
-
 
318
    ACPI_OSD_EXEC_CALLBACK  Function,
-
 
319
    void                    *Context)
-
 
320
{
-
 
321
    return (AE_SUPPORT);
-
 
322
}