Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: LGPL-2.1+ WITH Linux-syscall-note */
0002 /*
0003  * version.h
0004  *
0005  * Copyright (C) 2000 Holger Waechtler <holger@convergence.de>
0006  *                    for convergence integrated media GmbH
0007  *
0008  * This program is free software; you can redistribute it and/or
0009  * modify it under the terms of the GNU Lesser General Public License
0010  * as published by the Free Software Foundation; either version 2.1
0011  * of the License, or (at your option) any later version.
0012  *
0013  * This program is distributed in the hope that it will be useful,
0014  * but WITHOUT ANY WARRANTY; without even the implied warranty of
0015  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
0016  * GNU General Public License for more details.
0017  *
0018  * You should have received a copy of the GNU Lesser General Public License
0019  * along with this program; if not, write to the Free Software
0020  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
0021  *
0022  */
0023 
0024 #ifndef _DVBVERSION_H_
0025 #define _DVBVERSION_H_
0026 
0027 #define DVB_API_VERSION 5
0028 #define DVB_API_VERSION_MINOR 11
0029 
0030 #endif /*_DVBVERSION_H_*/