summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/include/calypso/misc.h
blob: 4e4809383e4faedaa53e8afdea22fbc10e93adb5 (plain)
1
2
3
4
5
6
7
8
#ifndef _CAL_MISC_H
#define _CAL_MISC_H

void memdump_range(unsigned int *ptr, unsigned int len);
void dump_mem(void);
void dump_dev_id(void);

#endif /* _CAL_MISC_H */