• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * LoongArch specific ACPICA environments and implementation
4  *
5  * Copyright (C) 2020 Loongson Technology Corporation Limited
6  * Author: lvjianmin <lvjianmin@loongson.cn>
7  *
8  * This program is free software; you can redistribute it and/or modify
9  * it under the terms of the GNU General Public License version 2 as
10  * published by the Free Software Foundation.
11  */
12 
13 #ifndef _ASM_LOONGARCH_ACENV_H
14 #define _ASM_LOONGARCH_ACENV_H
15 
16 /*
17  * This header is required by ACPI core, but we have nothing to fill in
18  * right now. Will be updated later when needed.
19  */
20 
21 #endif /* _ASM_LOONGARCH_ACENV_H */
22