]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/arm/include/asm/arch-mx31/sys_proto.h
Add GPL-2.0+ SPDX-License-Identifier to source files
[people/ms/u-boot.git] / arch / arm / include / asm / arch-mx31 / sys_proto.h
CommitLineData
47c5455a
HR
1/*
2 * (C) Copyright 2011
3 * Helmut Raiger, HALE electronic GmbH, helmut.raiger@hale.at
4 *
1a459660 5 * SPDX-License-Identifier: GPL-2.0+
47c5455a
HR
6 */
7
8#ifndef _SYS_PROTO_H_
9#define _SYS_PROTO_H_
10
11struct mxc_weimcs {
12 u32 upper;
13 u32 lower;
14 u32 additional;
15};
16
17void mxc_setup_weimcs(int cs, const struct mxc_weimcs *weimcs);
fa47a286 18int mxc_mmc_init(bd_t *bis);
d1300f76 19u32 get_cpu_rev(void);
47c5455a 20#endif