| 43 | #define DUMPSYS_NUM_AUX_HDRS 0 |
| 44 | |
| 45 | static inline void |
| 46 | dumpsys_pa_init(void) |
| 47 | { |
| 48 | |
| 49 | dumpsys_gen_pa_init(); |
| 50 | } |
| 51 | |
| 52 | static inline struct dump_pa * |
| 53 | dumpsys_pa_next(struct dump_pa *p) |
nothing calls this directly
no test coverage detected