Subversion Repositories HelenOS

Rev

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

Rev 3578 Rev 3583
Line 46... Line 46...
46
 
46
 
47
typedef struct {
47
typedef struct {
48
    binit_t taskmap;
48
    binit_t taskmap;
49
 
49
 
50
    unsigned long * sapic;
50
    unsigned long * sapic;
-
 
51
    unsigned long sys_freq;
-
 
52
    unsigned long freq_scale;
51
    unsigned int wakeup_intno;
53
    unsigned int wakeup_intno;
52
 
54
 
53
} bootinfo_t;
55
} bootinfo_t;
54
 
56
 
55
extern bootinfo_t *bootinfo;
57
extern bootinfo_t *bootinfo;