blob: 03a3cd35bc0775b6a3de83cfbe8d672a3cbcbd69 [file] [log] [blame]
John Rigbya3f9d652011-04-19 10:42:40 +00001/*
2 * Copyright (C) ST-Ericsson SA 2010
3 *
Wolfgang Denkd79de1d2013-07-08 09:37:19 +02004 * SPDX-License-Identifier: GPL-2.0+
John Rigbya3f9d652011-04-19 10:42:40 +00005 */
6#ifndef _SYS_PROTO_H_
7#define _SYS_PROTO_H_
8
9void gpio_init(void);
Mathieu J. Poirier0c877652012-07-31 08:59:29 +000010int u8500_mmc_power_init(void);
John Rigbya3f9d652011-04-19 10:42:40 +000011
12#endif /* _SYS_PROTO_H_ */