Sign in
zircon-guest
/
third_party
/
linux
/
refs/heads/master
/
.
/
include
/
net
/
Space.h
blob: 6a0b6674d93085011a73bd6f4b15f6dc59b4ac71 [
file
] [
edit
]
/* SPDX-License-Identifier: GPL-2.0 */
/* A unified ethernet device probe. This is the easiest way to have every
* ethernet adaptor have the name "eth[0123...]".
*/
struct
net_device
*
ne_probe
(
int
unit
);
struct
net_device
*
cs89x0_probe
(
int
unit
);