• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #include <device/device.h>
4 
5 struct chip_operations soc_ucb_riscv_ops = {
6 	.name = "UCB RISC-V",
7 };
8