Subversion Repositories Kolibri OS

Rev

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

Rev 6588 Rev 7143
Line 5... Line 5...
5
 *                    ACPI components to the host operating system.
5
 *                    ACPI components to the host operating system.
6
 *
6
 *
7
 *****************************************************************************/
7
 *****************************************************************************/
Line 8... Line 8...
8
 
8
 
9
/*
9
/*
10
 * Copyright (C) 2000 - 2015, Intel Corp.
10
 * Copyright (C) 2000 - 2016, Intel Corp.
11
 * All rights reserved.
11
 * All rights reserved.
12
 *
12
 *
13
 * Redistribution and use in source and binary forms, with or without
13
 * Redistribution and use in source and binary forms, with or without
14
 * modification, are permitted provided that the following conditions
14
 * modification, are permitted provided that the following conditions
Line 347... Line 347...
347
#ifndef ACPI_USE_ALTERNATE_PROTOTYPE_acpi_os_redirect_output
347
#ifndef ACPI_USE_ALTERNATE_PROTOTYPE_acpi_os_redirect_output
348
void acpi_os_redirect_output(void *destination);
348
void acpi_os_redirect_output(void *destination);
349
#endif
349
#endif
Line 350... Line 350...
350
 
350
 
351
/*
351
/*
352
 * Debug input
352
 * Debug IO
353
 */
353
 */
354
#ifndef ACPI_USE_ALTERNATE_PROTOTYPE_acpi_os_get_line
354
#ifndef ACPI_USE_ALTERNATE_PROTOTYPE_acpi_os_get_line
355
acpi_status acpi_os_get_line(char *buffer, u32 buffer_length, u32 *bytes_read);
355
acpi_status acpi_os_get_line(char *buffer, u32 buffer_length, u32 *bytes_read);
Line -... Line 356...
-
 
356
#endif
-
 
357
 
-
 
358
#ifndef ACPI_USE_ALTERNATE_PROTOTYPE_acpi_os_initialize_command_signals
-
 
359
acpi_status acpi_os_initialize_command_signals(void);
-
 
360
#endif
-
 
361
 
-
 
362
#ifndef ACPI_USE_ALTERNATE_PROTOTYPE_acpi_os_terminate_command_signals
-
 
363
void acpi_os_terminate_command_signals(void);
-
 
364
#endif
-
 
365
 
-
 
366
#ifndef ACPI_USE_ALTERNATE_PROTOTYPE_acpi_os_wait_command_ready
-
 
367
acpi_status acpi_os_wait_command_ready(void);
-
 
368
#endif
-
 
369
 
-
 
370
#ifndef ACPI_USE_ALTERNATE_PROTOTYPE_acpi_os_notify_command_complete
-
 
371
acpi_status acpi_os_notify_command_complete(void);
356
#endif
372
#endif
357
 
373
 
358
/*
374
/*
359
 * Obtain ACPI table(s)
375
 * Obtain ACPI table(s)
360
 */
376
 */