diff options
author | Gerd Knorr <devnull@localhost> | 2005-01-24 17:37:23 +0000 |
---|---|---|
committer | Gerd Knorr <devnull@localhost> | 2005-01-24 17:37:23 +0000 |
commit | 588d0f9cc7aa0863fe8e84e16aa98e847e6d214d (patch) | |
tree | 998678a36f1672304670bfc08d4d9dd625a5f5aa /linux/drivers/media/video/bttvp.h | |
parent | 798aea71fd4046e8f2673d896b058eb0cac8298c (diff) | |
download | mediapointer-dvb-s2-588d0f9cc7aa0863fe8e84e16aa98e847e6d214d.tar.gz mediapointer-dvb-s2-588d0f9cc7aa0863fe8e84e16aa98e847e6d214d.tar.bz2 |
- sync with 2.6.11-rc2 & latest dvb cvs.
- misc card-specific tweaks.
Diffstat (limited to 'linux/drivers/media/video/bttvp.h')
-rw-r--r-- | linux/drivers/media/video/bttvp.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/linux/drivers/media/video/bttvp.h b/linux/drivers/media/video/bttvp.h index 2f336db3c..5ae21acfb 100644 --- a/linux/drivers/media/video/bttvp.h +++ b/linux/drivers/media/video/bttvp.h @@ -1,5 +1,5 @@ /* - $Id: bttvp.h,v 1.15 2004/12/14 15:33:30 kraxel Exp $ + $Id: bttvp.h,v 1.16 2005/01/24 17:37:23 kraxel Exp $ bttv - Bt848 frame grabber driver @@ -100,7 +100,6 @@ struct bttv_tvnorm { int sram; }; extern const struct bttv_tvnorm bttv_tvnorms[]; -extern const unsigned int BTTV_TVNORMS; struct bttv_format { char *name; @@ -112,8 +111,6 @@ struct bttv_format { int flags; int hshift,vshift; /* for planar modes */ }; -extern const struct bttv_format bttv_formats[]; -extern const unsigned int BTTV_FORMATS; /* ---------------------------------------------------------- */ |