Upstream: https://gitlab.com/qemu-project/qemu.git Upstream-Commit: d2e570cc0f97b936902a5b1b86b73c0f5998b475
12 lines
232 B
C
12 lines
232 B
C
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
/*
|
|
* Copyright (c) 2021 Loongson Technology Corporation Limited
|
|
*/
|
|
|
|
#ifndef LOONGARCH_TARGET_SOCKBITS_H
|
|
#define LOONGARCH_TARGET_SOCKBITS_H
|
|
|
|
#include "../generic/sockbits.h"
|
|
|
|
#endif
|