mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-16 21:53:30 +08:00
13 lines
363 B
C
13 lines
363 B
C
|
//*****************************************************************************
|
||
|
//
|
||
|
// luminaryif.h - Prototypes for the Luminary Micro Ethernet interface.
|
||
|
//
|
||
|
//*****************************************************************************
|
||
|
|
||
|
#ifndef __LUMINARYIF_H__
|
||
|
#define __LUMINARYIF_H__
|
||
|
|
||
|
int rt_hw_luminaryif_init(void);
|
||
|
|
||
|
#endif // __LUMINARYIF_H__
|