repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
WIP FPC-III support
[linux/fpc-iii.git]
/
drivers
/
media
/
pci
/
ivtv
/
ivtv-version.h
blob
996f1871e49cbd569009e55d3ec89fed60fc1e83
1
/* SPDX-License-Identifier: GPL-2.0-or-later */
2
/*
3
ivtv driver version information
4
Copyright (C) 2005-2007 Hans Verkuil <hverkuil@xs4all.nl>
5
6
*/
7
8
#ifndef IVTV_VERSION_H
9
#define IVTV_VERSION_H
10
11
#define IVTV_DRIVER_NAME
"ivtv"
12
#define IVTV_VERSION
"1.4.3"
13
14
#endif