Statistics
| Branch: | Revision:

root / include / sysemu / qemumachine.h @ 9c06a1f7

History | View | Annotate | Download (328 Bytes)

1
/*
2
 * QEMU Machine typedef
3
 *
4
 * Copyright Alexander Graf <agraf@suse.de>
5
 *
6
 * This work is licensed under the terms of the GNU GPL, version 2 or later.
7
 * See the COPYING file in the top-level directory.
8
 *
9
 */
10

    
11
#ifndef QEMUMACHINE_H
12
#define QEMUMACHINE_H
13

    
14
typedef struct QEMUMachine QEMUMachine;
15

    
16
#endif /* !QEMUMACHINE_H */