]> Git Repo - linux.git/blob - arch/riscv/include/asm/vendorid_list.h
riscv: asm: vendorid_list: Add Andes Technology to the vendors list
[linux.git] / arch / riscv / include / asm / vendorid_list.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * Copyright (C) 2021 SiFive
4  */
5 #ifndef ASM_VENDOR_LIST_H
6 #define ASM_VENDOR_LIST_H
7
8 #define ANDESTECH_VENDOR_ID     0x31e
9 #define SIFIVE_VENDOR_ID        0x489
10 #define THEAD_VENDOR_ID         0x5b7
11
12 #endif
This page took 0.035082 seconds and 4 git commands to generate.