eepro100-test.c (981c9b88e674408a1579ca3aa8d42770e3b689de) | eepro100-test.c (a2ce7dbd917a18408cf4bfd132578b46c2752a72) |
---|---|
1/* 2 * QTest testcase for eepro100 NIC 3 * 4 * Copyright (c) 2013-2014 SUSE LINUX Products GmbH 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#include "qemu/osdep.h" | 1/* 2 * QTest testcase for eepro100 NIC 3 * 4 * Copyright (c) 2013-2014 SUSE LINUX Products GmbH 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#include "qemu/osdep.h" |
11#include "libqtest.h" | 11#include "libqos/libqtest.h" |
12#include "qemu/module.h" 13#include "libqos/qgraph.h" 14#include "libqos/pci.h" 15 16typedef struct QEEPRO100 QEEPRO100; 17 18struct QEEPRO100 { 19 QOSGraphObject obj; --- 58 unchanged lines hidden --- | 12#include "qemu/module.h" 13#include "libqos/qgraph.h" 14#include "libqos/pci.h" 15 16typedef struct QEEPRO100 QEEPRO100; 17 18struct QEEPRO100 { 19 QOSGraphObject obj; --- 58 unchanged lines hidden --- |