From 3f4cddb4c46dae818ae7fffc5b692128b2b73e67 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Tue, 8 Aug 2017 14:32:08 -0700 Subject: imx: imx7: make get_boot_device available for board files The function get_boot_device might be useful in board files, add it to the sys_proto.h header file. Signed-off-by: Stefan Agner Acked-by: Marcel Ziswiler --- arch/arm/include/asm/arch-mx7/sys_proto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'arch') diff --git a/arch/arm/include/asm/arch-mx7/sys_proto.h b/arch/arm/include/asm/arch-mx7/sys_proto.h index ca7608bd56..0debea59a2 100644 --- a/arch/arm/include/asm/arch-mx7/sys_proto.h +++ b/arch/arm/include/asm/arch-mx7/sys_proto.h @@ -7,3 +7,4 @@ #include void set_wdog_reset(struct wdog_regs *wdog); +enum boot_device get_boot_device(void); -- cgit v1.2.3