|
smartmontools SVN Rev 3317
Utility to control and monitor storage systems with "S.M.A.R.T."
|
00001 /* 00002 * os_generic.h 00003 * 00004 * Home page of code is: http://smartmontools.sourceforge.net 00005 * 00006 * Copyright (C) 2004-8 Geoff Keating <geoffk@geoffk.org> 00007 * 00008 * This program is free software; you can redistribute it and/or modify 00009 * it under the terms of the GNU General Public License as published by 00010 * the Free Software Foundation; either version 2, or (at your option) 00011 * any later version. 00012 * 00013 * You should have received a copy of the GNU General Public License 00014 * (for example COPYING); if not, write to the Free Software Foundation, 00015 * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 00016 * 00017 * This code was originally developed as a Senior Thesis by Michael Cornwell 00018 * at the Concurrent Systems Laboratory (now part of the Storage Systems 00019 * Research Center), Jack Baskin School of Engineering, University of 00020 * California, Santa Cruz. http://ssrc.soe.ucsc.edu/ 00021 * 00022 */ 00023 00024 #ifndef OS_DARWIN_H_ 00025 #define OS_DARWIN_H_ 00026 00027 #define OS_DARWIN_H_CVSID "$Id: os_darwin.h 3728 2012-12-13 17:57:50Z chrfranke $\n" 00028 00029 // Isn't in 10.3.9? 00030 00031 #ifndef kIOPropertySMARTCapableKey 00032 #define kIOPropertySMARTCapableKey "SMART Capable" 00033 #endif 00034 00035 #endif /* OS_DARWIN_H_ */
1.7.4