.. | .. |
---|
5 | 5 | * interfaces must be implemented by OSL to interface the |
---|
6 | 6 | * ACPI components to the host operating system. |
---|
7 | 7 | * |
---|
8 | | - * Copyright (C) 2000 - 2018, Intel Corp. |
---|
| 8 | + * Copyright (C) 2000 - 2020, Intel Corp. |
---|
9 | 9 | * |
---|
10 | 10 | *****************************************************************************/ |
---|
11 | 11 | |
---|
.. | .. |
---|
330 | 330 | * Debug print routines |
---|
331 | 331 | */ |
---|
332 | 332 | #ifndef ACPI_USE_ALTERNATE_PROTOTYPE_acpi_os_printf |
---|
| 333 | +ACPI_PRINTF_LIKE(1) |
---|
333 | 334 | void ACPI_INTERNAL_VAR_XFACE acpi_os_printf(const char *format, ...); |
---|
334 | 335 | #endif |
---|
335 | 336 | |
---|