Peng Fan | 29c9dd3 | 2018-10-18 14:28:19 +0200 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
| 2 | /* |
| 3 | * Copyright 2018 NXP |
| 4 | */ |
| 5 | |
| 6 | #include <asm/mach-imx/sys_proto.h> |
| 7 | #include <linux/types.h> |
| 8 | |
Peng Fan | 14b4cd2 | 2018-10-18 14:28:22 +0200 | [diff] [blame^] | 9 | struct pass_over_info_t { |
| 10 | u16 barker; |
| 11 | u16 len; |
| 12 | u32 g_bt_cfg_shadow; |
| 13 | u32 card_address_mode; |
| 14 | u32 bad_block_count_met; |
| 15 | u32 g_ap_mu; |
| 16 | }; |
| 17 | |
Peng Fan | 29c9dd3 | 2018-10-18 14:28:19 +0200 | [diff] [blame] | 18 | enum boot_device get_boot_device(void); |
| 19 | int print_bootinfo(void); |