diff options
| author | Lin Ming <ming.m.lin@intel.com> | 2010-09-15 01:36:55 -0400 |
|---|---|---|
| committer | Len Brown <len.brown@intel.com> | 2010-10-01 01:47:55 -0400 |
| commit | 8f40f171a29d0d2ae1ca8bd4a0c3fc9f514d1e20 (patch) | |
| tree | bc727cb52b099f480a190f05f4410f6bbe71582c /include/acpi | |
| parent | 95abccb576c44bc593e05fa1245d0ad26ce6107b (diff) | |
ACPICA: Add ACPI_INLINE configuration parameter
The C inline keyword is not standardized, ACPI_INLINE allows this
to be configured on a per-compiler basis.
Signed-off-by: Lin Ming <ming.m.lin@intel.com>
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'include/acpi')
| -rw-r--r-- | include/acpi/platform/acenv.h | 6 | ||||
| -rw-r--r-- | include/acpi/platform/acgcc.h | 2 |
2 files changed, 8 insertions, 0 deletions
diff --git a/include/acpi/platform/acenv.h b/include/acpi/platform/acenv.h index c05aeba9e8f0..a3e334ab1119 100644 --- a/include/acpi/platform/acenv.h +++ b/include/acpi/platform/acenv.h | |||
| @@ -193,6 +193,12 @@ | |||
| 193 | #define ACPI_MUTEX_TYPE ACPI_BINARY_SEMAPHORE | 193 | #define ACPI_MUTEX_TYPE ACPI_BINARY_SEMAPHORE |
| 194 | #endif | 194 | #endif |
| 195 | 195 | ||
| 196 | /* "inline" keywords - configurable since inline is not standardized */ | ||
| 197 | |||
| 198 | #ifndef ACPI_INLINE | ||
| 199 | #define ACPI_INLINE | ||
| 200 | #endif | ||
| 201 | |||
| 196 | /* | 202 | /* |
| 197 | * Debugger threading model | 203 | * Debugger threading model |
| 198 | * Use single threaded if the entire subsystem is contained in an application | 204 | * Use single threaded if the entire subsystem is contained in an application |
diff --git a/include/acpi/platform/acgcc.h b/include/acpi/platform/acgcc.h index 0cd53e3cd1a3..5dcb9537343c 100644 --- a/include/acpi/platform/acgcc.h +++ b/include/acpi/platform/acgcc.h | |||
| @@ -44,6 +44,8 @@ | |||
| 44 | #ifndef __ACGCC_H__ | 44 | #ifndef __ACGCC_H__ |
| 45 | #define __ACGCC_H__ | 45 | #define __ACGCC_H__ |
| 46 | 46 | ||
| 47 | #define ACPI_INLINE __inline__ | ||
| 48 | |||
| 47 | /* Function name is used for debug output. Non-ANSI, compiler-dependent */ | 49 | /* Function name is used for debug output. Non-ANSI, compiler-dependent */ |
| 48 | 50 | ||
| 49 | #define ACPI_GET_FUNCTION_NAME __func__ | 51 | #define ACPI_GET_FUNCTION_NAME __func__ |
