acutils.h (f8146b882bc156c1d8ddf14bbea67253ebc064bb) | acutils.h (3920312eeb2e7efdf36defc51e24014a53c31bb0) |
---|---|
1/****************************************************************************** 2 * 3 * Name: acutils.h -- prototypes for the common (subsystem-wide) procedures 4 * 5 *****************************************************************************/ 6 7/* 8 * Copyright (C) 2000 - 2016, Intel Corp. --- 101 unchanged lines hidden (view full) --- 110 */ 111#define ACPI_MSG_REDIRECT_BEGIN 112#define ACPI_MSG_REDIRECT_END 113#endif 114 115/* 116 * Common error message prefixes 117 */ | 1/****************************************************************************** 2 * 3 * Name: acutils.h -- prototypes for the common (subsystem-wide) procedures 4 * 5 *****************************************************************************/ 6 7/* 8 * Copyright (C) 2000 - 2016, Intel Corp. --- 101 unchanged lines hidden (view full) --- 110 */ 111#define ACPI_MSG_REDIRECT_BEGIN 112#define ACPI_MSG_REDIRECT_END 113#endif 114 115/* 116 * Common error message prefixes 117 */ |
118#ifndef ACPI_MSG_ERROR |
|
118#define ACPI_MSG_ERROR "ACPI Error: " | 119#define ACPI_MSG_ERROR "ACPI Error: " |
120#endif 121#ifndef ACPI_MSG_EXCEPTION |
|
119#define ACPI_MSG_EXCEPTION "ACPI Exception: " | 122#define ACPI_MSG_EXCEPTION "ACPI Exception: " |
123#endif 124#ifndef ACPI_MSG_WARNING |
|
120#define ACPI_MSG_WARNING "ACPI Warning: " | 125#define ACPI_MSG_WARNING "ACPI Warning: " |
126#endif 127#ifndef ACPI_MSG_INFO |
|
121#define ACPI_MSG_INFO "ACPI: " | 128#define ACPI_MSG_INFO "ACPI: " |
129#endif |
|
122 | 130 |
131#ifndef ACPI_MSG_BIOS_ERROR |
|
123#define ACPI_MSG_BIOS_ERROR "ACPI BIOS Error (bug): " | 132#define ACPI_MSG_BIOS_ERROR "ACPI BIOS Error (bug): " |
133#endif 134#ifndef ACPI_MSG_BIOS_WARNING |
|
124#define ACPI_MSG_BIOS_WARNING "ACPI BIOS Warning (bug): " | 135#define ACPI_MSG_BIOS_WARNING "ACPI BIOS Warning (bug): " |
136#endif |
|
125 126/* 127 * Common message suffix 128 */ 129#define ACPI_MSG_SUFFIX \ 130 AcpiOsPrintf (" (%8.8X/%s-%u)\n", ACPI_CA_VERSION, ModuleName, LineNumber) 131 132 --- 978 unchanged lines hidden --- | 137 138/* 139 * Common message suffix 140 */ 141#define ACPI_MSG_SUFFIX \ 142 AcpiOsPrintf (" (%8.8X/%s-%u)\n", ACPI_CA_VERSION, ModuleName, LineNumber) 143 144 --- 978 unchanged lines hidden --- |