mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-11-01 16:48:51 +01:00
Fixed MTP to work with TWRP
This commit is contained in:
commit
f6dfaef42e
50820 changed files with 20846062 additions and 0 deletions
15
drivers/media/platform/exynos4-is/fimc-is-i2c.h
Normal file
15
drivers/media/platform/exynos4-is/fimc-is-i2c.h
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
/*
|
||||
* Samsung EXYNOS4x12 FIMC-IS (Imaging Subsystem) driver
|
||||
*
|
||||
* Copyright (C) 2013 Samsung Electronics Co., Ltd.
|
||||
* Sylwester Nawrocki <s.nawrocki@samsung.com>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License version 2 as
|
||||
* published by the Free Software Foundation.
|
||||
*/
|
||||
|
||||
#define FIMC_IS_I2C_COMPATIBLE "samsung,exynos4212-i2c-isp"
|
||||
|
||||
int fimc_is_register_i2c_driver(void);
|
||||
void fimc_is_unregister_i2c_driver(void);
|
||||
Loading…
Add table
Add a link
Reference in a new issue