summaryrefslogtreecommitdiffstats
path: root/board/emulation/qemu-x86/qemu-x86.c
blob: fedea81abc442fab6b1e1e072638f2eea842a02c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * Copyright (C) 2015, Bin Meng <bmeng.cn@gmail.com>
 *
 * SPDX-License-Identifier:	GPL-2.0+
 */

#include <common.h>
#include <netdev.h>

int board_eth_init(bd_t *bis)
{
	return pci_eth_init(bis);
}
OpenPOWER on IntegriCloud