Rev 3110 | Rev 3307 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3110 | Rev 3111 | ||
|---|---|---|---|
| Line 38... | Line 38... | ||
| 38 | #include <atomic.h> |
38 | #include <atomic.h> |
| 39 | #include <sys/types.h> |
39 | #include <sys/types.h> |
| 40 | #include <bool.h> |
40 | #include <bool.h> |
| 41 | #include "../../vfs/vfs.h" |
41 | #include "../../vfs/vfs.h" |
| 42 | 42 | ||
| - | 43 | #ifndef dprintf |
|
| 43 | #define dprintf(...) printf(__VA_ARGS__) |
44 | #define dprintf(...) printf(__VA_ARGS__) |
| - | 45 | #endif |
|
| 44 | 46 | ||
| 45 | typedef struct { |
47 | typedef struct { |
| 46 | uint8_t ji[3]; /**< Jump instruction. */ |
48 | uint8_t ji[3]; /**< Jump instruction. */ |
| 47 | uint8_t oem_name[8]; |
49 | uint8_t oem_name[8]; |
| 48 | /* BIOS Parameter Block */ |
50 | /* BIOS Parameter Block */ |