mirror of
https://git.proxmox.com/git/qemu
synced 2025-06-19 12:08:15 +00:00

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 */
|