nt9856x/BSP/u-boot/arch/arm/include/asm/arch-nvt-na51068_a32/na51068evb.h
2023-03-28 15:07:53 +08:00

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_ */