aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/emulation/qemu-riscv/chip.c
blob: 5cec284de58bdc017508c4647bfce272eef2b02b (plain)
1
2
3
4
5
6
7
/* SPDX-License-Identifier: GPL-2.0-only */

#include <device/device.h>

struct chip_operations mainboard_emulation_qemu_riscv_ops = {
	.name = "QEMU RISC-V",
};