mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 12:43:29 +02:00
Bump the DVB API version in order userspace to be aware of the changes
recently implemented in enumerations for DVB-S2(X) and DVB-C2.
Related: commit 6508a50fe8
("media: dvb: add DVB-C2 and DVB-S2X parameter values")
Link: https://lore.kernel.org/linux-media/20230110071421.31498-1-athoik@gmail.com
Cc: Robert Schlabbach <robert_s@gmx.net>
Signed-off-by: Athanasios Oikonomou <athoik@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
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_*/
|