b18aa48f36
Signed-off-by: xwx495457 <xwx495457@notesmail.huawei.com>
21 lines
592 B
C
21 lines
592 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_OV5640_SUB_H
|
|
#define HISI_OV5640_SUB_H
|
|
|
|
#include "hisi_isp_core.h"
|
|
#include "hisi_isp_i2c.h"
|
|
#include "hisi_isp_common.h"
|
|
#include "hisi_isp_cvdr.h"
|
|
|
|
#define OV5640_SUB_SLAVE_ID 0x78
|
|
|
|
#endif /* HISI_OV5640_H */
|