Joe Hershberger | 2eede1f | 2015-03-22 17:09:19 -0500 | [diff] [blame^] | 1 | /* |
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 | |||||
13 | void sandbox_eth_disable_response(int index, bool disable); | ||||
14 | |||||
15 | #endif /* __ETH_H */ |