1 /*
2  * os_generic.h
3  *
4  * Home page of code is: http://www.smartmontools.org
5  *
6  * Copyright (C) YEAR YOUR_NAME
7  * Copyright (C) 2003-8 Bruce Allen
8  *
9  * SPDX-License-Identifier: GPL-2.0-or-later
10  */
11 
12 // In the three following lines, change 'GENERIC' to your OS name
13 #ifndef OS_GENERIC_H_
14 #define OS_GENERIC_H_
15 #define OS_GENERIC_H_CVSID "$Id: os_generic.h 4760 2018-08-19 18:45:53Z chrfranke $\n"
16 
17 // Additional material should start here.  Note: to keep the '-V' CVS
18 // reporting option working as intended, you should only #include
19 // system include files <something.h>.  Local #include files
20 // <"something.h"> should be #included in os_generic.c
21 
22 #endif /* OS_GENERIC_H_ */
23