diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-09-06 18:39:07 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-09-06 18:39:07 +0100 |
commit | ed129684f8f1715a59248d413db621a71c96e285 (patch) | |
tree | c1885a9dafa95a57475321f1ed328aeed2e27754 /linux/drivers/media/video/ivtv/ivtv-firmware.h | |
parent | 254094433ada550c4411ed47b20d0fd13f490d21 (diff) | |
parent | 6b59fbe5fa40581818289f66c6337c300056bda8 (diff) | |
download | mediapointer-dvb-s2-ed129684f8f1715a59248d413db621a71c96e285.tar.gz mediapointer-dvb-s2-ed129684f8f1715a59248d413db621a71c96e285.tar.bz2 |
merge: http://linuxtv.org/hg/~mkrufky/fusionhdtv
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/video/ivtv/ivtv-firmware.h')
-rw-r--r-- | linux/drivers/media/video/ivtv/ivtv-firmware.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/linux/drivers/media/video/ivtv/ivtv-firmware.h b/linux/drivers/media/video/ivtv/ivtv-firmware.h index 8b2ffe658..041ba94e6 100644 --- a/linux/drivers/media/video/ivtv/ivtv-firmware.h +++ b/linux/drivers/media/video/ivtv/ivtv-firmware.h @@ -19,7 +19,12 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#ifndef IVTV_FIRMWARE_H +#define IVTV_FIRMWARE_H + int ivtv_firmware_init(struct ivtv *itv); void ivtv_firmware_versions(struct ivtv *itv); void ivtv_halt_firmware(struct ivtv *itv); void ivtv_init_mpeg_decoder(struct ivtv *itv); + +#endif |