xref: /linux/include/uapi/linux/dvb/version.h (revision c57fd0219292884aabe368cf811cd1911acf798e)
1*c57fd021SDavid Howells /*
2*c57fd021SDavid Howells  * version.h
3*c57fd021SDavid Howells  *
4*c57fd021SDavid Howells  * Copyright (C) 2000 Holger Waechtler <holger@convergence.de>
5*c57fd021SDavid Howells  *                    for convergence integrated media GmbH
6*c57fd021SDavid Howells  *
7*c57fd021SDavid Howells  * This program is free software; you can redistribute it and/or
8*c57fd021SDavid Howells  * modify it under the terms of the GNU Lesser General Public License
9*c57fd021SDavid Howells  * as published by the Free Software Foundation; either version 2.1
10*c57fd021SDavid Howells  * of the License, or (at your option) any later version.
11*c57fd021SDavid Howells  *
12*c57fd021SDavid Howells  * This program is distributed in the hope that it will be useful,
13*c57fd021SDavid Howells  * but WITHOUT ANY WARRANTY; without even the implied warranty of
14*c57fd021SDavid Howells  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15*c57fd021SDavid Howells  * GNU General Public License for more details.
16*c57fd021SDavid Howells  *
17*c57fd021SDavid Howells  * You should have received a copy of the GNU Lesser General Public License
18*c57fd021SDavid Howells  * along with this program; if not, write to the Free Software
19*c57fd021SDavid Howells  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
20*c57fd021SDavid Howells  *
21*c57fd021SDavid Howells  */
22*c57fd021SDavid Howells 
23*c57fd021SDavid Howells #ifndef _DVBVERSION_H_
24*c57fd021SDavid Howells #define _DVBVERSION_H_
25*c57fd021SDavid Howells 
26*c57fd021SDavid Howells #define DVB_API_VERSION 5
27*c57fd021SDavid Howells #define DVB_API_VERSION_MINOR 9
28*c57fd021SDavid Howells 
29*c57fd021SDavid Howells #endif /*_DVBVERSION_H_*/
30