• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #include <inttypes.h>
2 typedef uint32_t mpers_ptr_t;
3 typedef
4 struct {
5 uint32_t start;
6 uint32_t length;
7 mpers_ptr_t ptr;
8 } ATTRIBUTE_PACKED m32_struct_mtd_oob_buf;
9 #define MPERS_m32_struct_mtd_oob_buf m32_struct_mtd_oob_buf
10