123456789101112131415161718 |
- #ifndef _MSM_V4L2_PRIVATE_H_
- #define _MSM_V4L2_PRIVATE_H_
- #include <media/msm_eva_private.h>
- #include "msm_cvp_debug.h"
- long cvp_unblocked_ioctl(struct file *filp,
- unsigned int cmd, unsigned long arg);
- long cvp_compat_ioctl(struct file *filp,
- unsigned int cmd, unsigned long arg);
- #endif
|