acpi_table.h 246 B

1234567891011
  1. /* SPDX-License-Identifier: GPL-2.0-or-later */
  2. #ifndef __ASM_ACPI_TABLE_H__
  3. #define __ASM_ACPI_TABLE_H__
  4. /*
  5. * This file is needed by some drivers.
  6. * We will fill it when adding ACPI support for RISC-V.
  7. */
  8. #endif /* __ASM_ACPI_TABLE_H__ */