mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 14:53:54 -06:00
user: Rename qemu-types.h to qemu-user-types.h
The header file is specific for *-user, but I plan to introduce a more generic qemu-types.h file, so I'm renaming it. Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> Signed-off-by: Andreas Färber <afaerber@suse.de>
This commit is contained in:
parent
89e0e9c71e
commit
ee9baa00f2
4 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@
|
|||
#include <stdlib.h>
|
||||
#endif /* DEBUG_REMAP */
|
||||
|
||||
#include "qemu-types.h"
|
||||
#include "qemu-user-types.h"
|
||||
|
||||
enum BSDType {
|
||||
target_freebsd,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue