Skip to content
Snippets Groups Projects
Commit d7220750 authored by dpgilbert's avatar dpgilbert
Browse files

declare scsiClearControlGLTSD()

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@1251 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent 38ce3f22
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
#ifndef SCSICMDS_H_ #ifndef SCSICMDS_H_
#define SCSICMDS_H_ #define SCSICMDS_H_
#define SCSICMDS_H_CVSID "$Id: scsicmds.h,v 1.40 2003/11/17 11:46:49 dpgilbert Exp $\n" #define SCSICMDS_H_CVSID "$Id: scsicmds.h,v 1.41 2003/11/18 13:46:05 dpgilbert Exp $\n"
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
...@@ -291,6 +291,7 @@ int scsiFetchExtendedSelfTestTime(int device, int * durationSec, ...@@ -291,6 +291,7 @@ int scsiFetchExtendedSelfTestTime(int device, int * durationSec,
int modese_len); int modese_len);
int scsiCountFailedSelfTests(int fd, int noisy); int scsiCountFailedSelfTests(int fd, int noisy);
int scsiFetchControlGLTSD(int device, int modese_len); int scsiFetchControlGLTSD(int device, int modese_len);
int scsiClearControlGLTSD(int device, int modese_len);
int scsiFetchTransportProtocol(int device, int modese_len); int scsiFetchTransportProtocol(int device, int modese_len);
/* T10 Standard IE Additional Sense Code strings taken from t10.org */ /* T10 Standard IE Additional Sense Code strings taken from t10.org */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment