mirror of
https://github.com/acpica/acpica/
synced 2024-12-26 04:16:58 +03:00
Remove exception table externals, no longer needed.
Creation of utexcep.c rendered these externals obsolete.
This commit is contained in:
parent
1a129b20f1
commit
750bb22a43
@ -359,18 +359,6 @@ ACPI_EXTERN UINT8 AcpiGbl_OsiData;
|
||||
ACPI_EXTERN ACPI_INTERFACE_INFO *AcpiGbl_SupportedInterfaces;
|
||||
ACPI_EXTERN ACPI_ADDRESS_RANGE *AcpiGbl_AddressRangeList[ACPI_ADDRESS_RANGE_MAX];
|
||||
|
||||
|
||||
#ifndef ACPI_DEFINE_EXCEPTION_TABLE
|
||||
|
||||
/* Exception codes */
|
||||
|
||||
extern char const *AcpiGbl_ExceptionNames_Env[];
|
||||
extern char const *AcpiGbl_ExceptionNames_Pgm[];
|
||||
extern char const *AcpiGbl_ExceptionNames_Tbl[];
|
||||
extern char const *AcpiGbl_ExceptionNames_Aml[];
|
||||
extern char const *AcpiGbl_ExceptionNames_Ctrl[];
|
||||
#endif
|
||||
|
||||
#ifndef DEFINE_ACPI_GLOBALS
|
||||
|
||||
/* Other miscellaneous */
|
||||
|
Loading…
Reference in New Issue
Block a user