mirror of
https://github.com/xemu-project/xemu.git
synced 2025-04-02 11:11:48 -04:00
Many headers are used only in a single directory. These can be kept in hw/. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
6 lines
127 B
C
6 lines
127 B
C
#ifndef _SH7750_REGNAMES_H
|
|
#define _SH7750_REGNAMES_H
|
|
|
|
const char *regname(uint32_t addr);
|
|
|
|
#endif /* _SH7750_REGNAMES_H */
|