2012-12-06 12:15:58 +01:00
|
|
|
#ifndef HW_XILINX_H
|
|
|
|
#define HW_XILINX_H 1
|
|
|
|
|
|
|
|
|
2011-08-22 18:15:24 +10:00
|
|
|
#include "qemu-common.h"
|
2013-02-04 11:37:52 +01:00
|
|
|
#include "qapi/qmp/qerror.h"
|
2013-02-04 15:40:22 +01:00
|
|
|
#include "hw/stream.h"
|
2012-10-24 08:43:34 +02:00
|
|
|
#include "net/net.h"
|
2009-05-20 20:16:11 +02:00
|
|
|
|
2012-12-06 12:15:58 +01:00
|
|
|
#endif
|