Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at ec4ddc90d201d09ef4e4bef8a2c6d9624525ad68 15 lines 345 B view raw
1/* SPDX-License-Identifier: LGPL-2.1+ WITH Linux-syscall-note */ 2/* 3 * version.h 4 * 5 * Copyright (C) 2000 Holger Waechtler <holger@convergence.de> 6 * for convergence integrated media GmbH 7 */ 8 9#ifndef _DVBVERSION_H_ 10#define _DVBVERSION_H_ 11 12#define DVB_API_VERSION 5 13#define DVB_API_VERSION_MINOR 12 14 15#endif /*_DVBVERSION_H_*/