xref: /linux-6.15/include/uapi/linux/dvb/version.h (revision 2a3f9d4d)
1e2be04c7SGreg Kroah-Hartman /* SPDX-License-Identifier: LGPL-2.1+ WITH Linux-syscall-note */
2c57fd021SDavid Howells /*
3c57fd021SDavid Howells  * version.h
4c57fd021SDavid Howells  *
5c57fd021SDavid Howells  * Copyright (C) 2000 Holger Waechtler <[email protected]>
6c57fd021SDavid Howells  *                    for convergence integrated media GmbH
7c57fd021SDavid Howells  */
8c57fd021SDavid Howells 
9c57fd021SDavid Howells #ifndef _DVBVERSION_H_
10c57fd021SDavid Howells #define _DVBVERSION_H_
11c57fd021SDavid Howells 
12c57fd021SDavid Howells #define DVB_API_VERSION 5
13*2a3f9d4dSAthanasios Oikonomou #define DVB_API_VERSION_MINOR 12
14c57fd021SDavid Howells 
15c57fd021SDavid Howells #endif /*_DVBVERSION_H_*/
16