diff options
author | Jim Meyering <meyering@redhat.com> | 2012-05-21 21:51:33 +0200 |
---|---|---|
committer | Alon Levy <alevy@redhat.com> | 2013-04-24 11:47:35 +0300 |
commit | da000a4867749434e03896a5072321771736352a (patch) | |
tree | 19043700be2bfea5468fdb31bf547ab2df083535 /hw | |
parent | d18c7117467aa5fae95a7c6eaffcf50618197e79 (diff) | |
download | qemu-da000a4867749434e03896a5072321771736352a.zip qemu-da000a4867749434e03896a5072321771736352a.tar.gz qemu-da000a4867749434e03896a5072321771736352a.tar.bz2 |
ccid: declare DEFAULT_ATR table to be "static const"
Signed-off-by: Jim Meyering <meyering@redhat.com>
Reviewed-by: Alon Levy <alevy@redhat.com>
Reviewed-by: Marc-André Lureau <mlureau@redhat.com>
Diffstat (limited to 'hw')
-rw-r--r-- | hw/usb/ccid-card-passthru.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/usb/ccid-card-passthru.c b/hw/usb/ccid-card-passthru.c index 71a45f6..275b887 100644 --- a/hw/usb/ccid-card-passthru.c +++ b/hw/usb/ccid-card-passthru.c @@ -27,7 +27,7 @@ do { \ #define D_VERBOSE 4 /* TODO: do we still need this? */ -uint8_t DEFAULT_ATR[] = { +static const uint8_t DEFAULT_ATR[] = { /* * From some example somewhere * 0x3B, 0xB0, 0x18, 0x00, 0xD1, 0x81, 0x05, 0xB1, 0x40, 0x38, 0x1F, 0x03, 0x28 |