/* SPDX-License-Identifier: GPL-2.0 */ /* mt9t112 Camera * * Copyright (C) 2009 Renesas Solutions Corp. * Kuninori Morimoto <[email protected]> */ #ifndef __MT9T112_H__ #define __MT9T112_H__ struct mt9t112_pll_divider { … }; /** * struct mt9t112_platform_data - mt9t112 driver interface * @flags: Sensor media bus configuration. * @divider: Sensor PLL configuration */ struct mt9t112_platform_data { … }; #endif /* __MT9T112_H__ */