1#ifndef SH7750_REGNAMES_H
2#define SH7750_REGNAMES_H
3
4const char *regname(uint32_t addr);
5
6#endif /* SH7750_REGNAMES_H */
7