root/drivers/media/platform/exynos4-is/fimc-is-i2c.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 /* SPDX-License-Identifier: GPL-2.0-only */
   2 /*
   3  * Samsung EXYNOS4x12 FIMC-IS (Imaging Subsystem) driver
   4  *
   5  * Copyright (C) 2013 Samsung Electronics Co., Ltd.
   6  * Sylwester Nawrocki <s.nawrocki@samsung.com>
   7  */
   8 
   9 #define FIMC_IS_I2C_COMPATIBLE  "samsung,exynos4212-i2c-isp"
  10 
  11 int fimc_is_register_i2c_driver(void);
  12 void fimc_is_unregister_i2c_driver(void);

/* [<][>][^][v][top][bottom][index][help] */