acpi: Drop typoed __ROMC__
Change-Id: I4fcec5bbc038a31565882631052ab07e38946e65 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/41967 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
This commit is contained in:
parent
6ceb532612
commit
94e04658ce
|
@ -1054,6 +1054,6 @@ static inline uintptr_t acpi_align_current(uintptr_t current)
|
||||||
* coreboot default ACPI spec version supported. */
|
* coreboot default ACPI spec version supported. */
|
||||||
int get_acpi_table_revision(enum acpi_tables table);
|
int get_acpi_table_revision(enum acpi_tables table);
|
||||||
|
|
||||||
#endif // !defined(__ASSEMBLER__) && !defined(__ACPI__) && !defined(__ROMC__)
|
#endif // !defined(__ASSEMBLER__) && !defined(__ACPI__)
|
||||||
|
|
||||||
#endif /* __ACPI_ACPI_H__ */
|
#endif /* __ACPI_ACPI_H__ */
|
||||||
|
|
Loading…
Reference in New Issue