eth.h 312 B

12345678910111213141516
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /*
  3. * Copyright (c) 2015 National Instruments
  4. *
  5. * (C) Copyright 2015
  6. * Joe Hershberger <joe.hershberger@ni.com>
  7. */
  8. #ifndef __ETH_H
  9. #define __ETH_H
  10. void sandbox_eth_disable_response(int index, bool disable);
  11. void sandbox_eth_skip_timeout(void);
  12. #endif /* __ETH_H */