blob: bfcd11b593ebcebcc0feeb315ab2fb5205f91b4d [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0 */
Joe Hershbergera630b6c2015-03-22 17:09:19 -05002/*
3 * Copyright (c) 2015 National Instruments
4 *
5 * (C) Copyright 2015
6 * Joe Hershberger <joe.hershberger@ni.com>
Joe Hershbergera630b6c2015-03-22 17:09:19 -05007 */
8
9#ifndef __ETH_H
10#define __ETH_H
11
12void sandbox_eth_disable_response(int index, bool disable);
13
Joe Hershbergerbe711422015-04-21 13:57:19 -050014void sandbox_eth_skip_timeout(void);
15
Joe Hershbergera630b6c2015-03-22 17:09:19 -050016#endif /* __ETH_H */