blob: 88804fb8e2647677d85f4da9c05c516c2e61da4e [file] [log] [blame]
Joe Hershberger2eede1f2015-03-22 17:09:19 -05001/*
2 * Copyright (c) 2015 National Instruments
3 *
4 * (C) Copyright 2015
5 * Joe Hershberger <joe.hershberger@ni.com>
6 *
7 * SPDX-License-Identifier: GPL-2.0
8 */
9
10#ifndef __ETH_H
11#define __ETH_H
12
13void sandbox_eth_disable_response(int index, bool disable);
14
Joe Hershberger6f2707c2015-04-21 13:57:19 -050015void sandbox_eth_skip_timeout(void);
16
Joe Hershberger2eede1f2015-03-22 17:09:19 -050017#endif /* __ETH_H */