xref: /openbmc/qemu/target/riscv/cpu_vendorid.h (revision 0c0e21d1c1e2dde4f7437bcd5c53127013cc25f7)
1 #ifndef TARGET_RISCV_CPU_VENDORID_H
2 #define TARGET_RISCV_CPU_VENDORID_H
3 
4 #define THEAD_VENDOR_ID         0x5b7
5 
6 #endif /*  TARGET_RISCV_CPU_VENDORID_H */
7