blob: 71b21b9470b968f2c97ef0625f609247b8de10d7 [file] [log] [blame]
/* Copyright (c) 2017, The Linux Foundation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
* only version 2 as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*/
#ifndef CAM_JPEG_DMA_HW_INTF_H
#define CAM_JPEG_DMA_HW_INTF_H
#include <uapi/media/cam_defs.h>
#include <media/cam_jpeg.h>
#include "cam_hw_mgr_intf.h"
#include "cam_jpeg_hw_intf.h"
enum cam_jpeg_dma_cmd_type {
CAM_JPEG_DMA_CMD_CDM_CFG,
CAM_JPEG_DMA_CMD_SET_IRQ_CB,
CAM_JPEG_DMA_CMD_MAX,
};
#endif /* CAM_JPEG_DMA_HW_INTF_H */