Annotation of embedaddon/smartmontools/os_generic.h, revision 1.1.1.2

1.1       misho       1: /*
                      2:  * os_generic.h
                      3:  *
                      4:  * Home page of code is: http://smartmontools.sourceforge.net
                      5:  *
                      6:  * Copyright (C) YEAR YOUR_NAME <smartmontools-support@lists.sourceforge.net>
                      7:  * Copyright (C) 2003-8 Bruce Allen <smartmontools-support@lists.sourceforge.net>
                      8:  *
                      9:  * This program is free software; you can redistribute it and/or modify
                     10:  * it under the terms of the GNU General Public License as published by
                     11:  * the Free Software Foundation; either version 2, or (at your option)
                     12:  * any later version.
                     13:  *
                     14:  * You should have received a copy of the GNU General Public License
1.1.1.2 ! misho      15:  * (for example COPYING); if not, write to the Free Software Foundation,
        !            16:  * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1.1       misho      17:  *
                     18:  * This code was originally developed as a Senior Thesis by Michael Cornwell
                     19:  * at the Concurrent Systems Laboratory (now part of the Storage Systems
                     20:  * Research Center), Jack Baskin School of Engineering, University of
                     21:  * California, Santa Cruz. http://ssrc.soe.ucsc.edu/
                     22:  *
                     23:  */
                     24: 
                     25: // In the three following lines, change 'GENERIC' to your OS name
                     26: #ifndef OS_GENERIC_H_
                     27: #define OS_GENERIC_H_
1.1.1.2 ! misho      28: #define OS_GENERIC_H_CVSID "$Id: os_generic.h 3728 2012-12-13 17:57:50Z chrfranke $\n"
1.1       misho      29: 
                     30: // Additional material should start here.  Note: to keep the '-V' CVS
                     31: // reporting option working as intended, you should only #include
                     32: // system include files <something.h>.  Local #include files
                     33: // <"something.h"> should be #included in os_generic.c
                     34: 
                     35: #endif /* OS_GENERIC_H_ */

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>