提交 67c398d2 编写于 作者: J Jeroen Hofstee 提交者: Tom Rini

arch-mx: add missing include

mxs_wait_mask_set and friends need a declaration
of struct mxs_register_32.
Signed-off-by: NJeroen Hofstee <jeroen@myspectrum.nl>
上级 5afe73f5
......@@ -10,6 +10,8 @@
#ifndef __SYS_PROTO_H__
#define __SYS_PROTO_H__
#include <asm/imx-common/regs-common.h>
int mxs_reset_block(struct mxs_register_32 *reg);
int mxs_wait_mask_set(struct mxs_register_32 *reg,
uint32_t mask,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册