Rev 625 | Rev 681 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 625 | Rev 673 | ||
---|---|---|---|
Line 72... | Line 72... | ||
72 | }; |
72 | }; |
73 | 73 | ||
74 | extern cpu_t *cpus; |
74 | extern cpu_t *cpus; |
75 | 75 | ||
76 | extern void cpu_init(void); |
76 | extern void cpu_init(void); |
- | 77 | extern void cpu_list(void); |
|
77 | 78 | ||
78 | extern void cpu_arch_init(void); |
79 | extern void cpu_arch_init(void); |
79 | extern void cpu_identify(void); |
80 | extern void cpu_identify(void); |
80 | extern void cpu_print_report(cpu_t *m); |
81 | extern void cpu_print_report(cpu_t *m); |
81 | 82 |