mirror of
https://github.com/vivier/EMILE.git
synced 2024-11-14 22:04:43 +00:00
16 lines
310 B
C
16 lines
310 B
C
/*
|
|
*
|
|
* (c) 2004 Laurent Vivier <Laurent@lvivier.info>
|
|
*
|
|
*/
|
|
|
|
extern unsigned long cpu_type;
|
|
extern unsigned long mmu_type;
|
|
extern unsigned long fpu_type;
|
|
extern unsigned long machine_id;
|
|
extern unsigned long arch_type;
|
|
extern unsigned long ram_size;
|
|
extern unsigned long gmt_bias;
|
|
|
|
extern void arch_init();
|