X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=include%2Facpi%2Fplatform%2Faclinux.h;h=296a276e793fc1307ca0c992a42bebcd0b3b8d50;hb=b5c0875a16039d90f4cdf6b75ae4031daae01d56;hp=93b61b1f2beb76e36fc21572b511e27b803fe461;hpb=818e607b57c94ade9824dad63a96c2ea6b21baf3;p=deliverable%2Flinux.git diff --git a/include/acpi/platform/aclinux.h b/include/acpi/platform/aclinux.h index 93b61b1f2beb..296a276e793f 100644 --- a/include/acpi/platform/aclinux.h +++ b/include/acpi/platform/aclinux.h @@ -168,6 +168,14 @@ #define ACPI_USE_ALTERNATE_PROTOTYPE_acpi_os_get_next_filename #define ACPI_USE_ALTERNATE_PROTOTYPE_acpi_os_close_directory +#define ACPI_MSG_ERROR KERN_ERR "ACPI Error: " +#define ACPI_MSG_EXCEPTION KERN_ERR "ACPI Exception: " +#define ACPI_MSG_WARNING KERN_WARNING "ACPI Warning: " +#define ACPI_MSG_INFO KERN_INFO "ACPI: " + +#define ACPI_MSG_BIOS_ERROR KERN_ERR "ACPI BIOS Error (bug): " +#define ACPI_MSG_BIOS_WARNING KERN_WARNING "ACPI BIOS Warning (bug): " + #else /* !__KERNEL__ */ #include