1
0
Fork 0
remarkable-uboot/arch/arm/include/asm/arch-u8500/sys_proto.h

13 lines
212 B
C

/*
* Copyright (C) ST-Ericsson SA 2010
*
* SPDX-License-Identifier: GPL-2.0+
*/
#ifndef _SYS_PROTO_H_
#define _SYS_PROTO_H_
void gpio_init(void);
int u8500_mmc_power_init(void);
#endif /* _SYS_PROTO_H_ */