Subversion Repositories HelenOS

Rev

Rev 2927 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2927 Rev 4344
Line 33... Line 33...
33
 */
33
 */
34
 
34
 
35
#ifndef KERN_MAIN_H_
35
#ifndef KERN_MAIN_H_
36
#define KERN_MAIN_H_
36
#define KERN_MAIN_H_
37
 
37
 
-
 
38
#include <arch/types.h>
-
 
39
 
38
extern uintptr_t stack_safe;
40
extern uintptr_t stack_safe;
39
 
41
 
-
 
42
extern void main_bsp(void);
-
 
43
extern void main_ap(void);
-
 
44
 
40
#endif
45
#endif
41
 
46
 
42
/** @}
47
/** @}
43
 */
48
 */