diff options
Diffstat (limited to 'tables/tbfadt.c')
-rw-r--r-- | tables/tbfadt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tables/tbfadt.c b/tables/tbfadt.c index 9ae4669d94ae..a86a55cdaa4f 100644 --- a/tables/tbfadt.c +++ b/tables/tbfadt.c @@ -124,7 +124,7 @@ /* Local prototypes */ -static inline void +static ACPI_INLINE void AcpiTbInitGenericAddress ( ACPI_GENERIC_ADDRESS *GenericAddress, UINT8 SpaceId, @@ -273,7 +273,7 @@ static ACPI_FADT_PM_INFO FadtPmInfoTable[] = * ******************************************************************************/ -static inline void +static ACPI_INLINE void AcpiTbInitGenericAddress ( ACPI_GENERIC_ADDRESS *GenericAddress, UINT8 SpaceId, |