mirror of https://github.com/xemu-project/xemu.git
7 lines
154 B
C
7 lines
154 B
C
![]() |
#ifndef TARGET_RISCV_CPU_VENDORID_H
|
||
|
#define TARGET_RISCV_CPU_VENDORID_H
|
||
|
|
||
|
#define THEAD_VENDOR_ID 0x5b7
|
||
|
|
||
|
#endif /* TARGET_RISCV_CPU_VENDORID_H */
|