summaryrefslogtreecommitdiffstats
path: root/bcmdhd/dhdutil/include/trxhdr.h
diff options
context:
space:
mode:
authorDmitry Shmidt <dimitrysh@google.com>2012-09-07 14:36:20 -0700
committerDmitry Shmidt <dimitrysh@google.com>2012-09-07 14:36:20 -0700
commitac2bc7e7aaad957f235992ff74d5f9af34dc5f88 (patch)
tree3d1f9f88ec4d84e7d868ac387f9cd87a93423dc8 /bcmdhd/dhdutil/include/trxhdr.h
parentb5876d709a5573570d2ee218a3fabce6fc18d0db (diff)
downloadhardware_broadcom_wlan-ac2bc7e7aaad957f235992ff74d5f9af34dc5f88.zip
hardware_broadcom_wlan-ac2bc7e7aaad957f235992ff74d5f9af34dc5f88.tar.gz
hardware_broadcom_wlan-ac2bc7e7aaad957f235992ff74d5f9af34dc5f88.tar.bz2
bcmdhd: Update dhdutil to version 1.28.9-2
Change-Id: I7421426f6066fe5e0b3ee53b5459e30f72f6a244 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
Diffstat (limited to 'bcmdhd/dhdutil/include/trxhdr.h')
-rw-r--r--bcmdhd/dhdutil/include/trxhdr.h15
1 files changed, 8 insertions, 7 deletions
diff --git a/bcmdhd/dhdutil/include/trxhdr.h b/bcmdhd/dhdutil/include/trxhdr.h
index bad2e71..a1e29fb 100644
--- a/bcmdhd/dhdutil/include/trxhdr.h
+++ b/bcmdhd/dhdutil/include/trxhdr.h
@@ -1,7 +1,7 @@
/*
* TRX image file header format.
*
- * Copyright (C) 1999-2011, Broadcom Corporation
+ * Copyright (C) 1999-2012, Broadcom Corporation
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
@@ -15,11 +15,11 @@
* OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $Id: trxhdr.h,v 13.15.108.2 2010-11-15 17:57:30 Exp $
+ * $Id: trxhdr.h 260898 2011-05-20 23:11:12Z $
*/
-#ifndef _TRX_HDR_H_
-#define _TRX_HDR_H_
+#ifndef _TRX_HDR_H
+#define _TRX_HDR_H
#include <typedefs.h>
@@ -28,9 +28,10 @@
#define TRX_MAX_LEN 0x3B0000 /* Max length */
#define TRX_NO_HEADER 1 /* Do not write TRX header */
#define TRX_GZ_FILES 0x2 /* Contains up to TRX_MAX_OFFSET individual gzip files */
-#define TRX_OVERLAYS 0x4 /* Contains an overlay header after the trx header */
-#define TRX_MAX_OFFSET 3 /* Max number of individual files */
+#define TRX_EMBED_UCODE 0x8 /* Trx contains embedded ucode image */
+#define TRX_ROMSIM_IMAGE 0x10 /* Trx contains ROM simulation image */
#define TRX_UNCOMP_IMAGE 0x20 /* Trx contains uncompressed rtecdc.bin image */
+#define TRX_MAX_OFFSET 3 /* Max number of individual files */
struct trx_header {
uint32 magic; /* "HDR0" */
@@ -43,4 +44,4 @@ struct trx_header {
/* Compatibility */
typedef struct trx_header TRXHDR, *PTRXHDR;
-#endif /* _TRX_HDR_H_ */
+#endif /* _TRX_HDR_H */