blob: f8ad281dd3906e082a8d7128c50b1f04a1bd23f6 [file] [log] [blame]
Elliott Hughes180edef2023-11-02 00:08:05 +00001/*
2 * This file is auto-generated. Modifications will be lost.
3 *
4 * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/
5 * for more information.
6 */
Ben Cheng655a7c02013-10-16 16:09:24 -07007#ifndef __BCM933XX_HCS_H
8#define __BCM933XX_HCS_H
9#include <linux/types.h>
10struct bcm_hcs {
Tao Baod7db5942015-01-28 10:07:51 -080011 __u16 magic;
12 __u16 control;
13 __u16 rev_maj;
14 __u16 rev_min;
Tao Baod7db5942015-01-28 10:07:51 -080015 __u32 build_date;
16 __u32 filelen;
17 __u32 ldaddress;
18 char filename[64];
Tao Baod7db5942015-01-28 10:07:51 -080019 __u16 hcs;
20 __u16 her_znaet_chto;
21 __u32 crc;
Ben Cheng655a7c02013-10-16 16:09:24 -070022};
Nick Kralevicha67e4de2013-01-14 11:28:26 -080023#endif