]> git.proxmox.com Git - mirror_smartmontools-debian.git/blame - os_generic.h
Closes #831504
[mirror_smartmontools-debian.git] / os_generic.h
CommitLineData
832b75ed
GG
1/*
2 * os_generic.h
3 *
6b80b4d2 4 * Home page of code is: http://www.smartmontools.org
832b75ed
GG
5 *
6 * Copyright (C) YEAR YOUR_NAME <smartmontools-support@lists.sourceforge.net>
34ad0c5f 7 * Copyright (C) 2003-8 Bruce Allen <smartmontools-support@lists.sourceforge.net>
832b75ed
GG
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
ee38a438
GI
15 * (for example COPYING); if not, write to the Free Software Foundation,
16 * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
832b75ed
GG
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_
6b80b4d2 28#define OS_GENERIC_H_CVSID "$Id: os_generic.h 4120 2015-08-27 16:12:21Z samm2 $\n"
832b75ed
GG
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_ */