File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -200,8 +200,9 @@ typedef struct acpi_exception_info
200
200
#define AE_OWNER_ID_LIMIT EXCEP_ENV (0x001B)
201
201
#define AE_NOT_CONFIGURED EXCEP_ENV (0x001C)
202
202
#define AE_ACCESS EXCEP_ENV (0x001D)
203
+ #define AE_IO_ERROR EXCEP_ENV (0x001E)
203
204
204
- #define AE_CODE_ENV_MAX 0x001D
205
+ #define AE_CODE_ENV_MAX 0x001E
205
206
206
207
207
208
/*
@@ -334,7 +335,8 @@ static const ACPI_EXCEPTION_INFO AcpiGbl_ExceptionNames_Env[] =
334
335
EXCEP_TXT ("AE_NO_HANDLER" , "A handler for the operation is not installed" ),
335
336
EXCEP_TXT ("AE_OWNER_ID_LIMIT" , "There are no more Owner IDs available for ACPI tables or control methods" ),
336
337
EXCEP_TXT ("AE_NOT_CONFIGURED" , "The interface is not part of the current subsystem configuration" ),
337
- EXCEP_TXT ("AE_ACCESS" , "Permission denied for the requested operation" )
338
+ EXCEP_TXT ("AE_ACCESS" , "Permission denied for the requested operation" ),
339
+ EXCEP_TXT ("AE_IO_ERROR" , "An I/O error occurred" )
338
340
};
339
341
340
342
static const ACPI_EXCEPTION_INFO AcpiGbl_ExceptionNames_Pgm [] =
You can’t perform that action at this time.
0 commit comments