Rev 3616 | Rev 3774 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3616 | Rev 3661 | ||
---|---|---|---|
Line 65... | Line 65... | ||
65 | 65 | ||
66 | unsigned long * sapic; |
66 | unsigned long * sapic; |
67 | unsigned long sys_freq; |
67 | unsigned long sys_freq; |
68 | unsigned long freq_scale; |
68 | unsigned long freq_scale; |
69 | unsigned int wakeup_intno; |
69 | unsigned int wakeup_intno; |
- | 70 | int hello_configured; |
|
70 | 71 | ||
71 | } bootinfo_t; |
72 | } bootinfo_t; |
72 | 73 | ||
73 | extern bootinfo_t *bootinfo; |
74 | extern bootinfo_t *bootinfo; |
74 | 75 |