sys_proto.h 386 B

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