Skip to content
Snippets Groups Projects
Select Git revision
  • dd7d41f00d413bbb91d758d0936c0eb24c59ce2c
  • master default protected
  • early-display
  • variant-emmc-nvme-boot
  • 2023-01-25
  • v3
  • variant-emmc-nvme-boot
  • 2020-06-01
8 results

bat_rw.c

Blame
  • Forked from Reform / reform-boundary-uboot
    Source project has a limited visibility.
    eth.h 274 B
    /*
     * Copyright (c) 2015 National Instruments
     *
     * (C) Copyright 2015
     * Joe Hershberger <joe.hershberger@ni.com>
     *
     * SPDX-License-Identifier:	GPL-2.0
     */
    
    #ifndef __ETH_H
    #define __ETH_H
    
    void sandbox_eth_disable_response(int index, bool disable);
    
    #endif /* __ETH_H */