cvp_private.h 419 B

123456789101112131415161718
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * Copyright (c) 2018-2021, The Linux Foundation. All rights reserved.
  4. */
  5. #ifndef _MSM_V4L2_PRIVATE_H_
  6. #define _MSM_V4L2_PRIVATE_H_
  7. #include <media/msm_eva_private.h>
  8. #include "msm_cvp_debug.h"
  9. long cvp_unblocked_ioctl(struct file *filp,
  10. unsigned int cmd, unsigned long arg);
  11. long cvp_compat_ioctl(struct file *filp,
  12. unsigned int cmd, unsigned long arg);
  13. #endif