mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-24 12:09:58 +00:00
47b43a1f41
Many headers are used only in a single directory. These can be kept in hw/. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
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 */
|