emac_drv.h 290 B

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