golden hour
/usr/include/linux/dvb
⬆️ Go Up
Upload
File/Folder
Size
Actions
audio.h
4.78 KB
Del
OK
ca.h
2.95 KB
Del
OK
dmx.h
3.82 KB
Del
OK
frontend.h
15.49 KB
Del
OK
net.h
1.56 KB
Del
OK
osd.h
5.56 KB
Del
OK
version.h
1017 B
Del
OK
video.h
8.5 KB
Del
OK
Edit: version.h
/* * version.h * * Copyright (C) 2000 Holger Waechtler <holger@convergence.de> * for convergence integrated media GmbH * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 * of the License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * */ #ifndef _DVBVERSION_H_ #define _DVBVERSION_H_ #define DVB_API_VERSION 5 #define DVB_API_VERSION_MINOR 10 #endif /*_DVBVERSION_H_*/
Save