Subversion Repositories HelenOS

Rev

Rev 1881 | Rev 2071 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1881 Rev 1901
Line 73... Line 73...
73
extern void the_copy(the_t *src, the_t *dst);
73
extern void the_copy(the_t *src, the_t *dst);
74
 
74
 
75
extern void arch_pre_main(void);
75
extern void arch_pre_main(void);
76
extern void arch_pre_mm_init(void);
76
extern void arch_pre_mm_init(void);
77
extern void arch_post_mm_init(void);
77
extern void arch_post_mm_init(void);
-
 
78
extern void arch_post_cpu_init(void);
78
extern void arch_pre_smp_init(void);
79
extern void arch_pre_smp_init(void);
79
extern void arch_post_smp_init(void);
80
extern void arch_post_smp_init(void);
80
extern void calibrate_delay_loop(void);
81
extern void calibrate_delay_loop(void);
81
 
82
 
82
#endif
83
#endif