diff options
Diffstat (limited to 'include/acpi/platform/aclinuxex.h')
-rw-r--r-- | include/acpi/platform/aclinuxex.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/acpi/platform/aclinuxex.h b/include/acpi/platform/aclinuxex.h index acedc3f026de..fd6d70fe1219 100644 --- a/include/acpi/platform/aclinuxex.h +++ b/include/acpi/platform/aclinuxex.h | |||
@@ -124,6 +124,11 @@ static inline acpi_thread_id acpi_os_get_thread_id(void) | |||
124 | lock ? AE_OK : AE_NO_MEMORY; \ | 124 | lock ? AE_OK : AE_NO_MEMORY; \ |
125 | }) | 125 | }) |
126 | 126 | ||
127 | static inline u8 acpi_os_readable(void *pointer, acpi_size length) | ||
128 | { | ||
129 | return TRUE; | ||
130 | } | ||
131 | |||
127 | /* | 132 | /* |
128 | * OSL interfaces added by Linux | 133 | * OSL interfaces added by Linux |
129 | */ | 134 | */ |