X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=qemu%2Ftests%2Frtl8139-test.c;h=54e5aa7d0ec204afcd75dc4239b48e03566d1cb8;hb=refs%2Fchanges%2F03%2F14303%2F1;hp=e749be38ea61183a0a2ee9241a22588661f5efde;hpb=5bbd6fe9b8bab2a93e548c5a53b032d1939eec05;p=kvmfornfv.git diff --git a/qemu/tests/rtl8139-test.c b/qemu/tests/rtl8139-test.c index e749be38e..54e5aa7d0 100644 --- a/qemu/tests/rtl8139-test.c +++ b/qemu/tests/rtl8139-test.c @@ -7,11 +7,10 @@ * See the COPYING file in the top-level directory. */ +#include "qemu/osdep.h" #include -#include #include "libqtest.h" #include "libqos/pci-pc.h" -#include "qemu/osdep.h" #include "qemu/timer.h" #include "qemu-common.h" @@ -20,7 +19,7 @@ static void nop(void) { } -#define CLK 33000000 +#define CLK 33333333 static QPCIBus *pcibus; static QPCIDevice *dev;