2017-11-01 14:09:13 +00:00
|
|
|
/* SPDX-License-Identifier: LGPL-2.1+ WITH Linux-syscall-note */
|
2005-04-16 22:20:36 +00:00
|
|
|
/*
|
|
|
|
|
* version.h
|
|
|
|
|
*
|
|
|
|
|
* Copyright (C) 2000 Holger Waechtler <holger@convergence.de>
|
|
|
|
|
* for convergence integrated media GmbH
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
#ifndef _DVBVERSION_H_
|
|
|
|
|
#define _DVBVERSION_H_
|
|
|
|
|
|
2008-09-26 03:29:49 +00:00
|
|
|
#define DVB_API_VERSION 5
|
2023-01-10 07:14:21 +00:00
|
|
|
#define DVB_API_VERSION_MINOR 12
|
2005-04-16 22:20:36 +00:00
|
|
|
|
|
|
|
|
#endif /*_DVBVERSION_H_*/
|