diff options
Diffstat (limited to 'include/acpi/acdisasm.h')
-rw-r--r-- | include/acpi/acdisasm.h | 22 |
1 files changed, 3 insertions, 19 deletions
diff --git a/include/acpi/acdisasm.h b/include/acpi/acdisasm.h index 99250ee1b9d1..0a8f49f5d2f1 100644 --- a/include/acpi/acdisasm.h +++ b/include/acpi/acdisasm.h | |||
@@ -57,27 +57,11 @@ struct acpi_external_list { | |||
57 | }; | 57 | }; |
58 | 58 | ||
59 | extern struct acpi_external_list *acpi_gbl_external_list; | 59 | extern struct acpi_external_list *acpi_gbl_external_list; |
60 | extern const char *acpi_gbl_io_decode[2]; | 60 | |
61 | /* Strings used for decoding flags to ASL keywords */ | ||
62 | |||
61 | extern const char *acpi_gbl_word_decode[4]; | 63 | extern const char *acpi_gbl_word_decode[4]; |
62 | extern const char *acpi_gbl_consume_decode[2]; | ||
63 | extern const char *acpi_gbl_config_decode[4]; | ||
64 | extern const char *acpi_gbl_min_decode[2]; | ||
65 | extern const char *acpi_gbl_max_decode[2]; | ||
66 | extern const char *acpi_gbl_DECdecode[2]; | ||
67 | extern const char *acpi_gbl_RNGdecode[4]; | ||
68 | extern const char *acpi_gbl_MEMdecode[4]; | ||
69 | extern const char *acpi_gbl_RWdecode[2]; | ||
70 | extern const char *acpi_gbl_irq_decode[2]; | 64 | extern const char *acpi_gbl_irq_decode[2]; |
71 | extern const char *acpi_gbl_HEdecode[2]; | ||
72 | extern const char *acpi_gbl_LLdecode[2]; | ||
73 | extern const char *acpi_gbl_SHRdecode[2]; | ||
74 | extern const char *acpi_gbl_TYPdecode[4]; | ||
75 | extern const char *acpi_gbl_BMdecode[2]; | ||
76 | extern const char *acpi_gbl_SIZdecode[4]; | ||
77 | extern const char *acpi_gbl_TTPdecode[2]; | ||
78 | extern const char *acpi_gbl_MTPdecode[4]; | ||
79 | extern const char *acpi_gbl_TRSdecode[2]; | ||
80 | |||
81 | extern const char *acpi_gbl_lock_rule[ACPI_NUM_LOCK_RULES]; | 65 | extern const char *acpi_gbl_lock_rule[ACPI_NUM_LOCK_RULES]; |
82 | extern const char *acpi_gbl_access_types[ACPI_NUM_ACCESS_TYPES]; | 66 | extern const char *acpi_gbl_access_types[ACPI_NUM_ACCESS_TYPES]; |
83 | extern const char *acpi_gbl_update_rules[ACPI_NUM_UPDATE_RULES]; | 67 | extern const char *acpi_gbl_update_rules[ACPI_NUM_UPDATE_RULES]; |