mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-30 06:50:57 +00:00
12 lines
239 B
C
12 lines
239 B
C
|
/* 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
|