blob: eb488f8b87fc26714ee962aa5afc52431a05d0b2 [file] [log] [blame]
#include <stdint.h>
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