- /*
- * COPYRIGHT (C) 2018, Real-Thread Information Technology Ltd
- *
- * SPDX-License-Identifier: Apache-2.0
- * Change Logs:
- * Date Author Notes
- * 2015-07-15 Bernard The first version
- */
- #ifndef EMAC_DRV_H__
- #define EMAC_DRV_H__
- int emac_hw_init(void);
- #endif
|