acenv.h 500 B

123456789101112131415161718
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /*
  3. * LoongArch specific ACPICA environments and implementation
  4. *
  5. * Author: Jianmin Lv <[email protected]>
  6. * Huacai Chen <[email protected]>
  7. * Copyright (C) 2020-2022 Loongson Technology Corporation Limited
  8. */
  9. #ifndef _ASM_LOONGARCH_ACENV_H
  10. #define _ASM_LOONGARCH_ACENV_H
  11. /*
  12. * This header is required by ACPI core, but we have nothing to fill in
  13. * right now. Will be updated later when needed.
  14. */
  15. #endif /* _ASM_LOONGARCH_ACENV_H */