aboutsummaryrefslogtreecommitdiff
path: root/include/sg_io_linux.h
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2009-07-22 19:58:40 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2009-07-22 19:58:40 +0000
commit0155b1c6df4bf16ac2f03c571352132f6a11f6b9 (patch)
tree000a878a8f640059d48418716f6c392ef942e402 /include/sg_io_linux.h
parent017aa7827624e209683c4376074d598ed518e915 (diff)
downloadsg3_utils-0155b1c6df4bf16ac2f03c571352132f6a11f6b9.tar.gz
rest of '%#x' changes; incorporate debian SID patch
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@282 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'include/sg_io_linux.h')
-rw-r--r--include/sg_io_linux.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/include/sg_io_linux.h b/include/sg_io_linux.h
index 9bdd34b3..7e30ace1 100644
--- a/include/sg_io_linux.h
+++ b/include/sg_io_linux.h
@@ -2,7 +2,7 @@
#define SG_IO_LINUX_H
/*
- * Copyright (c) 2004-2005 Douglas Gilbert.
+ * Copyright (c) 2004-2009 Douglas Gilbert.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -31,7 +31,7 @@
*/
/*
- * Version 1.02 [20070121]
+ * Version 1.02 [20090708]
*/
/*
@@ -142,7 +142,8 @@ extern void sg_print_driver_status(int driver_status);
/* sg_chk_n_print() returns 1 quietly if there are no errors/warnings
else it prints errors/warnings (prefixed by 'leadin') to
- 'sg_warnings_fd' and returns 0. */
+ 'sg_warnings_fd' and returns 0. raw_sinfo indicates whether the
+ raw sense buffer (in ASCII hex) should be printed. */
extern int sg_chk_n_print(const char * leadin, int masked_status,
int host_status, int driver_status,
const unsigned char * sense_buffer, int sb_len,