4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-14 19:09:24 +08:00

13 lines
351 B
C
Raw Normal View History

2013-01-08 22:40:58 +08:00
//*****************************************************************************
//
// luminaryif.h - Prototypes for the Luminary Micro Ethernet interface.
//
//*****************************************************************************
#ifndef __LUMINARYIF_H__
#define __LUMINARYIF_H__
int rt_hw_luminaryif_init(void);
#endif // __LUMINARYIF_H__