1#include <inttypes.h>
2typedef uint32_t mpers_ptr_t;
3typedef
4struct {
5unsigned char heads;
6unsigned char sectors;
7uint16_t cylinders;
8uint32_t start;
9} ATTRIBUTE_PACKED mx32_struct_hd_geometry;
10#define MPERS_mx32_struct_hd_geometry mx32_struct_hd_geometry
11