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

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
        !            15:  * (for example COPYING); if not, write to the Free
        !            16:  * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
        !            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_
        !            28: #define OS_GENERIC_H_CVSID "$Id: os_generic.h,v 1.7 2008/03/04 22:09:47 ballen4705 Exp $\n"
        !            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>