mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-05 20:35:44 +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>
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 */
|