Revision 87ecb68b hw/vmport.c

b/hw/vmport.c
21 21
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
22 22
 * THE SOFTWARE.
23 23
 */
24
#include "vl.h"
25
#include "cpu-all.h"
24
#include "hw.h"
25
#include "isa.h"
26
#include "pc.h"
27
#include "sysemu.h"
26 28

  
27 29
#define VMPORT_CMD_GETVERSION 0x0a
28 30
#define VMPORT_CMD_GETRAMSIZE 0x14

Also available in: Unified diff