Pulse: add Risc-V logo
This may become useful soon. Change-Id: I5c2d57981a04aacea5d8a0cf555ed06b72be48da Reviewed-on: https://review.haiku-os.org/c/haiku/+/3913 Tested-by: Commit checker robot <[email protected]> Reviewed-by: X512 <[email protected]> Reviewed-by: Adrien Destugues <[email protected]>
This commit is contained in:
committed by
Adrien Destugues
parent
fe40adc2a6
commit
599789de1e
@@ -486,7 +486,9 @@ enum cpu_platform {
|
||||
B_CPU_ARM_64,
|
||||
B_CPU_ALPHA,
|
||||
B_CPU_MIPS,
|
||||
B_CPU_SH
|
||||
B_CPU_SH,
|
||||
B_CPU_SPARC,
|
||||
B_CPU_RISC_V
|
||||
};
|
||||
|
||||
enum cpu_vendor {
|
||||
@@ -502,7 +504,9 @@ enum cpu_vendor {
|
||||
B_CPU_VENDOR_IBM,
|
||||
B_CPU_VENDOR_MOTOROLA,
|
||||
B_CPU_VENDOR_NEC,
|
||||
B_CPU_VENDOR_HYGON
|
||||
B_CPU_VENDOR_HYGON,
|
||||
B_CPU_VENDOR_SUN,
|
||||
B_CPU_VENDOR_FUJITSU
|
||||
};
|
||||
|
||||
typedef struct {
|
||||
|
||||
Reference in New Issue
Block a user