diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-01-26 22:37:50 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-01-26 22:37:50 +0000 |
commit | b617010d5ac81cf70ab82d9cae430567245ecf05 (patch) | |
tree | 901c24808742d5a52d57e979b95008645a7420d9 /sys/dev/pci/cs4280_image.h | |
parent | ce2a3fa0c39fb10c4d65a8795449bb1125e259be (diff) |
constify BA1
Diffstat (limited to 'sys/dev/pci/cs4280_image.h')
-rw-r--r-- | sys/dev/pci/cs4280_image.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/cs4280_image.h b/sys/dev/pci/cs4280_image.h index ba90e4f9ced..a1f61b30a0a 100644 --- a/sys/dev/pci/cs4280_image.h +++ b/sys/dev/pci/cs4280_image.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cs4280_image.h,v 1.1 2000/06/30 03:28:07 art Exp $ */ +/* $OpenBSD: cs4280_image.h,v 1.2 2001/01/26 22:37:49 mickey Exp $ */ /* $NetBSD: cs4280_image.h,v 1.1 1999/12/13 20:19:24 augustss Exp $ */ /* This source is based on cwcimage.h in cwcealdr1.zip, the @@ -12,7 +12,7 @@ #ifndef _CLCS_IMAGE_H #define _CLCS_IMAGE_H -struct BA1struct BA1Struct = { +static const struct BA1struct BA1Struct = { {{ 0x00000000, 0x00003000 },{ 0x00010000, 0x00003800 },{ 0x00020000, 0x00007000 }}, {0x00000000,0x00000000,0x00000000,0x00000000, 0x00000000,0x00000000,0x00000000,0x00000000, |