Inline the only usage of each of xilinx_axiethernet_init and xilinx_axidma_init. Converts this init to at least a semi-recent QOM styling. Signed-off-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com> Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
11 lines
150 B
C
11 lines
150 B
C
#ifndef HW_XILINX_H
|
|
#define HW_XILINX_H 1
|
|
|
|
|
|
#include "qemu-common.h"
|
|
#include "qapi/qmp/qerror.h"
|
|
#include "hw/stream.h"
|
|
#include "net/net.h"
|
|
|
|
#endif
|