9 lines
99 B
C
9 lines
99 B
C
#ifndef __DBG_DUMP_H
|
|
#define __DBG_DUMP_H
|
|
|
|
struct reg_dump_driver_data {
|
|
u32 mcu_regs;
|
|
};
|
|
|
|
#endif
|