/* * Copyright (C) 2023-2024 Intel Corporation. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * * Authors: * Haicheng Li */ #ifndef __RISCV_QEMU_H__ #define __RISCV_QEMU_H__ #define CONFIG_SSTC 1 #endif /* __RISCV_QEMU_H__ */