blob: 6c4ec7abd869fb24da5b1292d39a508c676933fe [file] [log] [blame]
#include <inttypes.h>
typedef uint32_t mpers_ptr_t;
typedef
struct {
unsigned char heads;
unsigned char sectors;
uint16_t cylinders;
uint32_t start;
} ATTRIBUTE_PACKED m32_struct_hd_geometry;
#define MPERS_m32_struct_hd_geometry m32_struct_hd_geometry