1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /* Linux driver for Philips webcam
5 NOTE: this version of pwc is an unofficial (modified) release of pwc & pcwx
6 driver and thus may have bugs that are not present in the original version.
8 The decompression routines have been implemented by reverse-engineering the
9 Nemosoft binary pwcx module. Caveat emptor.
16 #include <linux/mutex.h>
20 struct pwc_dec1_private
25 void pwc_dec1_init(struct pwc_device *pdev, const unsigned char *cmd);