|
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) YEAR YOUR_NAME <smartmontools-support@lists.sourceforge.net> 00007 * Copyright (C) 2003-8 Bruce Allen <smartmontools-support@lists.sourceforge.net> 00008 * 00009 * This program is free software; you can redistribute it and/or modify 00010 * it under the terms of the GNU General Public License as published by 00011 * the Free Software Foundation; either version 2, or (at your option) 00012 * any later version. 00013 * 00014 * You should have received a copy of the GNU General Public License 00015 * (for example COPYING); if not, write to the Free Software Foundation, 00016 * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 00017 * 00018 * This code was originally developed as a Senior Thesis by Michael Cornwell 00019 * at the Concurrent Systems Laboratory (now part of the Storage Systems 00020 * Research Center), Jack Baskin School of Engineering, University of 00021 * California, Santa Cruz. http://ssrc.soe.ucsc.edu/ 00022 * 00023 */ 00024 00025 // In the three following lines, change 'GENERIC' to your OS name 00026 #ifndef OS_GENERIC_H_ 00027 #define OS_GENERIC_H_ 00028 #define OS_GENERIC_H_CVSID "$Id: os_generic.h 3728 2012-12-13 17:57:50Z chrfranke $\n" 00029 00030 // Additional material should start here. Note: to keep the '-V' CVS 00031 // reporting option working as intended, you should only #include 00032 // system include files <something.h>. Local #include files 00033 // <"something.h"> should be #included in os_generic.c 00034 00035 #endif /* OS_GENERIC_H_ */
1.7.4