diff options
| author | jdolecek <jdolecek@NetBSD.org> | 2001-01-18 20:28:15 +0000 |
|---|---|---|
| committer | jdolecek <jdolecek@NetBSD.org> | 2001-01-18 20:28:15 +0000 |
| commit | 34c8ae80dab7dff7ee69b219c6bf49ca6e84e73f (patch) | |
| tree | 625354b477ae0db6bb663fa25ffc8be7214a49a0 /sys/dev/ic/adwmcode.h | |
| parent | e912e655e179f7c8dd5317da1faff48b8b02cf8e (diff) | |
constify
Diffstat (limited to 'sys/dev/ic/adwmcode.h')
| -rw-r--r-- | sys/dev/ic/adwmcode.h | 4 |
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; }; |
