19 lines
487 B
C
Executable File
19 lines
487 B
C
Executable File
/**
|
|
|
|
@file na51068evb.h
|
|
@ingroup
|
|
@note
|
|
Copyright Novatek Microelectronics Corp. 2019. All rights reserved.
|
|
|
|
This program is free software; you can redistribute it and/or modify
|
|
it under the terms of the GNU General Public License version 2 as
|
|
published by the Free Software Foundation.
|
|
*/
|
|
|
|
#ifndef __ASM_ARCH_NA51068EVB_H_
|
|
#define __ASM_ARCH_NA51068EVB_H_
|
|
|
|
void ethernet_init(void);
|
|
void sdio_power_cycle(void);
|
|
|
|
#endif /* __ASM_ARCH_NA51068EVB_H_ */ |