File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / smartmontools / os_darwin.h
Revision 1.1.1.2 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Mon Jul 22 01:17:35 2013 UTC (10 years, 10 months ago) by misho
Branches: smartmontools, elwix, MAIN
CVS tags: v6_2, v6_1p0, v6_1, HEAD
6.1

    1: /*
    2:  * os_generic.h
    3:  *
    4:  * Home page of code is: http://smartmontools.sourceforge.net
    5:  *
    6:  * Copyright (C) 2004-8 Geoff Keating <geoffk@geoffk.org>
    7:  *
    8:  * This program is free software; you can redistribute it and/or modify
    9:  * it under the terms of the GNU General Public License as published by
   10:  * the Free Software Foundation; either version 2, or (at your option)
   11:  * any later version.
   12:  *
   13:  * You should have received a copy of the GNU General Public License
   14:  * (for example COPYING); if not, write to the Free Software Foundation,
   15:  * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
   16:  *
   17:  * This code was originally developed as a Senior Thesis by Michael Cornwell
   18:  * at the Concurrent Systems Laboratory (now part of the Storage Systems
   19:  * Research Center), Jack Baskin School of Engineering, University of
   20:  * California, Santa Cruz. http://ssrc.soe.ucsc.edu/
   21:  *
   22:  */
   23: 
   24: #ifndef OS_DARWIN_H_
   25: #define OS_DARWIN_H_
   26: 
   27: #define OS_DARWIN_H_CVSID "$Id: os_darwin.h,v 1.1.1.2 2013/07/22 01:17:35 misho Exp $\n"
   28: 
   29: // Isn't in 10.3.9?
   30: 
   31: #ifndef kIOPropertySMARTCapableKey
   32: #define kIOPropertySMARTCapableKey	"SMART Capable"
   33: #endif
   34: 
   35: #endif /* OS_DARWIN_H_ */

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