mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-15 20:59:22 +08:00
b16ff8c289
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@179 bbd45198-f89e-11dd-88c7-29a3b14d5316
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__
|