forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-02-19 151fecfb72a0d602dfe79790602ef64b4e241574
kernel/include/acpi/acpiosxf.h
....@@ -5,7 +5,7 @@
55 * interfaces must be implemented by OSL to interface the
66 * ACPI components to the host operating system.
77 *
8
- * Copyright (C) 2000 - 2018, Intel Corp.
8
+ * Copyright (C) 2000 - 2020, Intel Corp.
99 *
1010 *****************************************************************************/
1111
....@@ -330,6 +330,7 @@
330330 * Debug print routines
331331 */
332332 #ifndef ACPI_USE_ALTERNATE_PROTOTYPE_acpi_os_printf
333
+ACPI_PRINTF_LIKE(1)
333334 void ACPI_INTERNAL_VAR_XFACE acpi_os_printf(const char *format, ...);
334335 #endif
335336