Home | History | Annotate | Download | only in mpers-mx32
      1 #include <inttypes.h>
      2 typedef uint32_t mpers_ptr_t;
      3 typedef
      4 struct {
      5 unsigned char heads;
      6 unsigned char sectors;
      7 uint16_t cylinders;
      8 uint32_t start;
      9 } ATTRIBUTE_PACKED mx32_struct_hd_geometry;
     10 #define MPERS_mx32_struct_hd_geometry mx32_struct_hd_geometry
     11