sys_proto.h 306 B

12345678910111213
  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. #include <asm/mach-imx/sys_proto.h>
  8. void set_wdog_reset(struct wdog_regs *wdog);
  9. enum boot_device get_boot_device(void);
  10. #endif /* __SYS_PROTO_IMX7_ */