mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-05 20:35:44 +00:00
7 lines
127 B
C
7 lines
127 B
C
|
#ifndef _SH7750_REGNAMES_H
|
||
|
#define _SH7750_REGNAMES_H
|
||
|
|
||
|
const char *regname(uint32_t addr);
|
||
|
|
||
|
#endif /* _SH7750_REGNAMES_H */
|