mirror of
https://github.com/DigitalDevices/dddvb.git
synced 2023-10-10 13:37:43 +02:00
16 lines
345 B
C
16 lines
345 B
C
/* SPDX-License-Identifier: LGPL-2.1+ WITH Linux-syscall-note */
|
|
/*
|
|
* version.h
|
|
*
|
|
* Copyright (C) 2000 Holger Waechtler <holger@convergence.de>
|
|
* for convergence integrated media GmbH
|
|
*/
|
|
|
|
#ifndef _DVBVERSION_H_
|
|
#define _DVBVERSION_H_
|
|
|
|
#define DVB_API_VERSION 5
|
|
#define DVB_API_VERSION_MINOR 12
|
|
|
|
#endif /*_DVBVERSION_H_*/
|