Files
2018-03-13 20:29:02 +01:00

9 lines
99 B
C

#ifndef __DBG_DUMP_H
#define __DBG_DUMP_H
struct reg_dump_driver_data {
u32 mcu_regs;
};
#endif