Rev 1702 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1702 | Rev 1780 | ||
|---|---|---|---|
| Line 37... | Line 37... | ||
| 37 | 37 | ||
| 38 | #include <arch/types.h> |
38 | #include <arch/types.h> |
| 39 | 39 | ||
| 40 | #define BIOS_EBDA_PTR 0x40e |
40 | #define BIOS_EBDA_PTR 0x40e |
| 41 | 41 | ||
| 42 | extern __address ebda; |
42 | extern uintptr_t ebda; |
| 43 | 43 | ||
| 44 | extern void bios_init(void); |
44 | extern void bios_init(void); |
| 45 | 45 | ||
| 46 | #endif /* __BIOS_H__ */ |
46 | #endif /* __BIOS_H__ */ |
| 47 | 47 | ||