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);
|
||
|
|