Files
linux/drivers/media/platform/hisilicon/isp/ov5645.h
T

21 lines
580 B
C

/*
* Copyright (c) 2016-2017 Linaro Ltd.
* Copyright (c) 2016-2017 HiSilicon Technologies Co., Ltd.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*/
#ifndef HISI_OV5645_H
#define HISI_OV5645_H
#include "hisi_isp_core.h"
#include "hisi_isp_i2c.h"
#include "hisi_isp_common.h"
#include "hisi_isp_cvdr.h"
#define OV5645_SLAVE_ID 0x78
#endif /* HISI_OV5645_H */