Home | History | Annotate | Download | only in arch-mx7
      1 /* SPDX-License-Identifier: GPL-2.0+ */
      2 /*
      3  * Copyright (C) 2015 Freescale Semiconductor, Inc.
      4  */
      5 #ifndef __SYS_PROTO_IMX7_
      6 #define __SYS_PROTO_IMX7_
      7 
      8 #include <asm/mach-imx/sys_proto.h>
      9 
     10 void set_wdog_reset(struct wdog_regs *wdog);
     11 enum boot_device get_boot_device(void);
     12 
     13 #endif /* __SYS_PROTO_IMX7_ */
     14