]> git.ipfire.org Git - thirdparty/u-boot.git/blame - arch/sandbox/include/asm/eth.h
SPDX: Convert all of our single license tags to Linux Kernel style
[thirdparty/u-boot.git] / arch / sandbox / include / asm / eth.h
CommitLineData
83d290c5 1/* SPDX-License-Identifier: GPL-2.0 */
2eede1f3
JH
2/*
3 * Copyright (c) 2015 National Instruments
4 *
5 * (C) Copyright 2015
6 * Joe Hershberger <joe.hershberger@ni.com>
2eede1f3
JH
7 */
8
9#ifndef __ETH_H
10#define __ETH_H
11
12void sandbox_eth_disable_response(int index, bool disable);
13
6f2707c6
JH
14void sandbox_eth_skip_timeout(void);
15
2eede1f3 16#endif /* __ETH_H */