File: arch.h

package info (click to toggle)
emile 0.10-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,716 kB
  • ctags: 2,737
  • sloc: ansic: 18,908; makefile: 726; asm: 622; sh: 2
file content (15 lines) | stat: -rw-r--r-- 314 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 *
 * (c) 2004 Laurent Vivier <LaurentVivier@wanadoo.fr>
 *
 */

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