brintos

brintos / linux-shallow public Read only

0
0
Text · 345 B · 20bc874 Raw
16 lines · c
1/* SPDX-License-Identifier: LGPL-2.1+ WITH Linux-syscall-note */2/*3 * version.h4 *5 * Copyright (C) 2000 Holger Waechtler <holger@convergence.de>6 *                    for convergence integrated media GmbH7 */8 9#ifndef _DVBVERSION_H_10#define _DVBVERSION_H_11 12#define DVB_API_VERSION 513#define DVB_API_VERSION_MINOR 1214 15#endif /*_DVBVERSION_H_*/16