diff options
author | Mike Isely <isely@pobox.com> | 2007-01-22 00:18:54 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-02-21 10:35:11 -0500 |
commit | edae96bd72155b88f8682c830c63338cd699d35c (patch) | |
tree | a8e3b2517292f01ff1960f83b7b8952358561495 /drivers/media/video/pvrusb2 | |
parent | 8d3643637e18e6590969436734c22151805d0350 (diff) |
V4L/DVB (5170): Pvrusb2: Add boilerplate to new header file
Signed-off-by: Mike Isely <isely@pobox.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/pvrusb2')
-rw-r--r-- | drivers/media/video/pvrusb2/pvrusb2-fx2-cmd.h | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/drivers/media/video/pvrusb2/pvrusb2-fx2-cmd.h b/drivers/media/video/pvrusb2/pvrusb2-fx2-cmd.h index 556628ad4ff6..c6aa9751a0d6 100644 --- a/drivers/media/video/pvrusb2/pvrusb2-fx2-cmd.h +++ b/drivers/media/video/pvrusb2/pvrusb2-fx2-cmd.h | |||
@@ -1,3 +1,24 @@ | |||
1 | /* | ||
2 | * | ||
3 | * $Id$ | ||
4 | * | ||
5 | * Copyright (C) 2007 Michael Krufky <mkrufky@linuxtv.org> | ||
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License as published by | ||
9 | * the Free Software Foundation; either version 2 of the License | ||
10 | * | ||
11 | * This program is distributed in the hope that it will be useful, | ||
12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
14 | * GNU General Public License for more details. | ||
15 | * | ||
16 | * You should have received a copy of the GNU General Public License | ||
17 | * along with this program; if not, write to the Free Software | ||
18 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
19 | * | ||
20 | */ | ||
21 | |||
1 | #ifndef _PVRUSB2_FX2_CMD_H_ | 22 | #ifndef _PVRUSB2_FX2_CMD_H_ |
2 | #define _PVRUSB2_FX2_CMD_H_ | 23 | #define _PVRUSB2_FX2_CMD_H_ |
3 | 24 | ||
@@ -26,3 +47,13 @@ | |||
26 | #define FX2CMD_GET_IR_CODE 0xec | 47 | #define FX2CMD_GET_IR_CODE 0xec |
27 | 48 | ||
28 | #endif /* _PVRUSB2_FX2_CMD_H_ */ | 49 | #endif /* _PVRUSB2_FX2_CMD_H_ */ |
50 | |||
51 | /* | ||
52 | Stuff for Emacs to see, in order to encourage consistent editing style: | ||
53 | *** Local Variables: *** | ||
54 | *** mode: c *** | ||
55 | *** fill-column: 75 *** | ||
56 | *** tab-width: 8 *** | ||
57 | *** c-basic-offset: 8 *** | ||
58 | *** End: *** | ||
59 | */ | ||