sys_proto.h 337 B

12345678910111213141516171819
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * Copyright 2018 NXP
  4. */
  5. #include <asm/mach-imx/sys_proto.h>
  6. #include <linux/types.h>
  7. struct pass_over_info_t {
  8. u16 barker;
  9. u16 len;
  10. u32 g_bt_cfg_shadow;
  11. u32 card_address_mode;
  12. u32 bad_block_count_met;
  13. u32 g_ap_mu;
  14. };
  15. enum boot_device get_boot_device(void);
  16. int print_bootinfo(void);