diff options
Diffstat (limited to 'drivers/media/video/ovcamchip/ovcamchip_priv.h')
-rw-r--r-- | drivers/media/video/ovcamchip/ovcamchip_priv.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/media/video/ovcamchip/ovcamchip_priv.h b/drivers/media/video/ovcamchip/ovcamchip_priv.h index 9afa4fe47726..a05650faedda 100644 --- a/drivers/media/video/ovcamchip/ovcamchip_priv.h +++ b/drivers/media/video/ovcamchip/ovcamchip_priv.h | |||
@@ -53,6 +53,12 @@ struct ovcamchip { | |||
53 | int initialized; /* OVCAMCHIP_CMD_INITIALIZE was successful */ | 53 | int initialized; /* OVCAMCHIP_CMD_INITIALIZE was successful */ |
54 | }; | 54 | }; |
55 | 55 | ||
56 | extern struct ovcamchip_ops ov6x20_ops; | ||
57 | extern struct ovcamchip_ops ov6x30_ops; | ||
58 | extern struct ovcamchip_ops ov7x10_ops; | ||
59 | extern struct ovcamchip_ops ov7x20_ops; | ||
60 | extern struct ovcamchip_ops ov76be_ops; | ||
61 | |||
56 | /* --------------------------------- */ | 62 | /* --------------------------------- */ |
57 | /* I2C I/O */ | 63 | /* I2C I/O */ |
58 | /* --------------------------------- */ | 64 | /* --------------------------------- */ |