mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-16 06:31:46 +00:00
9 lines
147 B
C
9 lines
147 B
C
|
/* cpu.c */
|
||
|
extern const char *sparc_cpu_type;
|
||
|
extern const char *sparc_fpu_type;
|
||
|
|
||
|
extern unsigned int fsr_storage;
|
||
|
|
||
|
extern void cpu_probe(void);
|
||
|
|