emac_drv.h 292 B

12345678910111213141516
  1. /*
  2. * COPYRIGHT (C) 2018, Real-Thread Information Technology Ltd
  3. *
  4. * SPDX-License-Identifier: Apache-2.0
  5. *
  6. * Change Logs:
  7. * Date Author Notes
  8. * 2015-07-15 Bernard The first version
  9. */
  10. #ifndef EMAC_DRV_H__
  11. #define EMAC_DRV_H__
  12. int emac_hw_init(void);
  13. #endif