eth.h 312 B

1234567891011121314151617
  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. #ifndef __ETH_H
  10. #define __ETH_H
  11. void sandbox_eth_disable_response(int index, bool disable);
  12. void sandbox_eth_skip_timeout(void);
  13. #endif /* __ETH_H */