diff --git a/sm5/atacmds.h b/sm5/atacmds.h index c5b2012a71222b26b8e47693f0c4ecc179afde31..6c207736c0973e1b39e34519e03e42a0fedf03ba 100644 --- a/sm5/atacmds.h +++ b/sm5/atacmds.h @@ -1,4 +1,4 @@ -// $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 */