Skip to content
Snippets Groups Projects
Commit e74cce16 authored by ballen4705's avatar ballen4705
Browse files

List prototype for new check function

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@75 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent 16874d8d
No related branches found
No related tags found
No related merge requests found
// $Id: atacmds.h,v 1.13 2002/10/20 19:22:02 ballen4705 Exp $
// $Id: atacmds.h,v 1.14 2002/10/21 16:45:22 ballen4705 Exp $
/*
* atacmds.h
*
......@@ -329,6 +329,10 @@ int ataIsSmartEnabled(struct hd_driveid drive);
/* Check SMART for Threshold failure */
int ataCheckSmart ( struct ata_smart_values data, struct ata_smart_thresholds thresholds);
int ataSmartStatus2(int device);
/* int isOfflineTestTime ( struct ata_smart_values data)
* returns S.M.A.R.T. Offline Test Time in seconds
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment