15 lines
240 B
C
Executable File
15 lines
240 B
C
Executable File
/*
|
|
*
|
|
* Author: Wayne Lin
|
|
* Created: 11 30, 2018
|
|
* Copyright: Novatek Inc.
|
|
*
|
|
*/
|
|
#ifndef __ARCH_NA51090EVB_H__
|
|
#define __ARCH_NA51090EVB_H__
|
|
|
|
void ethernet_init(void);
|
|
void sdio_power_cycle(void);
|
|
|
|
#endif /* __ARCH_NA51090EVB_H__ */
|