]> Git Repo - qemu.git/blob - include/sysemu/qemumachine.h
sysemu.h: Document what MAX_CPUMASK_BITS really limits
[qemu.git] / include / sysemu / qemumachine.h
1 /*
2  * QEMU Machine typedef
3  *
4  * Copyright Alexander Graf <[email protected]>
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 */
This page took 0.02494 seconds and 4 git commands to generate.