diff options
author | Marcus Glocker <mglocker@cvs.openbsd.org> | 2007-01-03 05:46:43 +0000 |
---|---|---|
committer | Marcus Glocker <mglocker@cvs.openbsd.org> | 2007-01-03 05:46:43 +0000 |
commit | bd240b828c03157dba320b2f4184b92b18b92db2 (patch) | |
tree | bd7444d3a0ce203d274d434beb26c9e2d4d6e4ca /sys/dev/ic/bcwvar.h | |
parent | 36fd6265d14e70e4008de457d4964a8ab99fd6e9 (diff) |
Add first shot of the firmware upload. Tested on i386 and amd64.
Diffstat (limited to 'sys/dev/ic/bcwvar.h')
-rw-r--r-- | sys/dev/ic/bcwvar.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/dev/ic/bcwvar.h b/sys/dev/ic/bcwvar.h index 5558257d352..c0ea0870dda 100644 --- a/sys/dev/ic/bcwvar.h +++ b/sys/dev/ic/bcwvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: bcwvar.h,v 1.9 2006/12/28 22:23:07 mglocker Exp $ */ +/* $OpenBSD: bcwvar.h,v 1.10 2007/01/03 05:46:42 mglocker Exp $ */ /* * Copyright (c) 2006 Jon Simola <jsimola@gmail.com> @@ -23,6 +23,12 @@ * Cliff Wright cliff@snipe444.org */ +struct bcw_initval { + uint16_t offset; + uint16_t size; + uint32_t value; +} __packed; + #define BCW_MAX_RADIOS 2 struct bcw_radio { u_int16_t id; |