2011-09-29 05:45:03 +00:00
|
|
|
/*
|
|
|
|
* (C) Copyright 2011
|
|
|
|
* Helmut Raiger, HALE electronic GmbH, helmut.raiger@hale.at
|
|
|
|
*
|
2013-07-08 07:37:19 +00:00
|
|
|
* SPDX-License-Identifier: GPL-2.0+
|
2011-09-29 05:45:03 +00:00
|
|
|
*/
|
|
|
|
|
2015-08-13 02:55:34 +00:00
|
|
|
#ifndef _MX31_SYS_PROTO_H_
|
|
|
|
#define _MX31_SYS_PROTO_H_
|
2011-09-29 05:45:03 +00:00
|
|
|
|
2015-08-13 02:55:34 +00:00
|
|
|
#include <asm/imx-common/sys_proto.h>
|
2015-08-13 02:55:32 +00:00
|
|
|
|
2011-09-29 05:45:03 +00:00
|
|
|
struct mxc_weimcs {
|
|
|
|
u32 upper;
|
|
|
|
u32 lower;
|
|
|
|
u32 additional;
|
|
|
|
};
|
|
|
|
|
|
|
|
void mxc_setup_weimcs(int cs, const struct mxc_weimcs *weimcs);
|
2012-01-11 03:59:22 +00:00
|
|
|
int mxc_mmc_init(bd_t *bis);
|
2011-09-29 05:45:03 +00:00
|
|
|
#endif
|