blob: 5b9fa9cc0b85d8c2ca05fea27a2da121b9cf1a98 [file] [log] [blame]
Helmut Raiger035929c2011-09-29 05:45:03 +00001/*
2 * (C) Copyright 2011
3 * Helmut Raiger, HALE electronic GmbH, helmut.raiger@hale.at
4 *
Wolfgang Denkd79de1d2013-07-08 09:37:19 +02005 * SPDX-License-Identifier: GPL-2.0+
Helmut Raiger035929c2011-09-29 05:45:03 +00006 */
7
Peng Fanf664c142015-08-13 10:55:34 +08008#ifndef _MX31_SYS_PROTO_H_
9#define _MX31_SYS_PROTO_H_
Helmut Raiger035929c2011-09-29 05:45:03 +000010
Stefano Babic33731bc2017-06-29 10:16:06 +020011#include <asm/mach-imx/sys_proto.h>
Peng Fan9f54fe62015-08-13 10:55:32 +080012
Helmut Raiger035929c2011-09-29 05:45:03 +000013struct mxc_weimcs {
14 u32 upper;
15 u32 lower;
16 u32 additional;
17};
18
19void mxc_setup_weimcs(int cs, const struct mxc_weimcs *weimcs);
Helmut Raiger64c316d2012-01-11 03:59:22 +000020int mxc_mmc_init(bd_t *bis);
Helmut Raiger035929c2011-09-29 05:45:03 +000021#endif