sys_proto.h 386 B

123456789101112131415161718
  1. /*
  2. * Copyright (C) 2017 NXP
  3. *
  4. * SPDX-License-Identifier: GPL-2.0+
  5. */
  6. #ifndef __ARCH_MX8M_SYS_PROTO_H
  7. #define __ARCH_MX8M_SYS_PROTO_H
  8. #include <asm/mach-imx/sys_proto.h>
  9. void set_wdog_reset(struct wdog_regs *wdog);
  10. void enable_tzc380(void);
  11. void restore_boot_params(void);
  12. extern unsigned long rom_pointer[];
  13. enum boot_device get_boot_device(void);
  14. bool is_usb_boot(void);
  15. #endif