diff options
author | Song Gao <gaosong@loongson.cn> | 2022-06-24 11:10:37 +0800 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2022-07-04 11:08:57 +0530 |
commit | 070f7353339861e92efc44fbdc3103ccf3cae11e (patch) | |
tree | 5aa5118372a0235dfdced17ce08453ebfe7b00e1 /linux-user/loongarch64/target_resource.h | |
parent | e8e86b484eac70cd86e15fa10a2f0038a536cbba (diff) | |
download | qemu-070f7353339861e92efc44fbdc3103ccf3cae11e.zip qemu-070f7353339861e92efc44fbdc3103ccf3cae11e.tar.gz qemu-070f7353339861e92efc44fbdc3103ccf3cae11e.tar.bz2 |
linux-user: Add LoongArch generic header files
This includes:
- sockbits.h
- target_errno_defs.h
- target_fcntl.h
- termbits.h
- target_resource.h
- target_structs.h
Signed-off-by: Song Gao <gaosong@loongson.cn>
Signed-off-by: Xiaojuan Yang <yangxiaojuan@loongson.cn>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: WANG Xuerui <git@xen0n.name>
Message-Id: <20220624031049.1716097-2-gaosong@loongson.cn>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'linux-user/loongarch64/target_resource.h')
-rw-r--r-- | linux-user/loongarch64/target_resource.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/linux-user/loongarch64/target_resource.h b/linux-user/loongarch64/target_resource.h new file mode 100644 index 0000000..0f86bf2 --- /dev/null +++ b/linux-user/loongarch64/target_resource.h @@ -0,0 +1,11 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later */ +/* + * Copyright (c) 2021 Loongson Technology Corporation Limited + */ + +#ifndef LOONGARCH_TARGET_RESOURCE_H +#define LOONGARCH_TARGET_RESOURCE_H + +#include "../generic/target_resource.h" + +#endif |