]> git.proxmox.com Git - mirror_smartmontools-debian.git/blame - os_generic.h
import smartmontools 7.0
[mirror_smartmontools-debian.git] / os_generic.h
CommitLineData
832b75ed
GG
1/*
2 * os_generic.h
3 *
a86ec89e 4 * Home page of code is: http://www.smartmontools.org
832b75ed 5 *
f9e10201
JD
6 * Copyright (C) YEAR YOUR_NAME
7 * Copyright (C) 2003-8 Bruce Allen
832b75ed 8 *
ff28b140 9 * SPDX-License-Identifier: GPL-2.0-or-later
832b75ed
GG
10 */
11
12// In the three following lines, change 'GENERIC' to your OS name
13#ifndef OS_GENERIC_H_
14#define OS_GENERIC_H_
ff28b140 15#define OS_GENERIC_H_CVSID "$Id: os_generic.h 4760 2018-08-19 18:45:53Z chrfranke $\n"
832b75ed
GG
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_ */