summaryrefslogtreecommitdiff
path: root/sys/dev/ic/adwmcode.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ic/adwmcode.h')
-rw-r--r--sys/dev/ic/adwmcode.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/adwmcode.h b/sys/dev/ic/adwmcode.h
index f6f3e8f54b8..e0a5cb59a41 100644
--- a/sys/dev/ic/adwmcode.h
+++ b/sys/dev/ic/adwmcode.h
@@ -1,4 +1,4 @@
-/* $NetBSD: adwmcode.h,v 1.5 2000/05/27 18:24:51 dante Exp $ */
+/* $NetBSD: adwmcode.h,v 1.6 2001/01/18 20:28:17 jdolecek Exp $ */
/*
* Generic driver definitions and exported functions for the Advanced
@@ -97,7 +97,7 @@ typedef struct adw_carrier ADW_CARRIER;
/******************************************************************************/
struct adw_mcode {
- const u_int8_t *mcode_data;
+ const u_int8_t * const mcode_data;
const u_int32_t mcode_chksum;
const u_int16_t mcode_size;
};