coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
mbn_header.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef __SOC_QCA_IPQ40XX_MBN_HEADER_H__
4 #define __SOC_QCA_IPQ40XX_MBN_HEADER_H__
5 
6 #include <types.h>
7 
8 /* QCA firmware blob header gleaned from util/qualcomm/ipqheader.py */
9 
10 struct mbn_header {
17 };
18 
19 #endif
uint32_t u32
Definition: stdint.h:51
u32 mbn_total_size
Definition: mbn_header.h:15
u32 mbn_destination
Definition: mbn_header.h:14
u32 mbn_version
Definition: mbn_header.h:12
u32 mbn_source
Definition: mbn_header.h:13
u32 mbn_padding[5]
Definition: mbn_header.h:16
u32 mbn_type
Definition: mbn_header.h:11