/* SPDX-License-Identifier: GPL-2.0-only */ /* * Aptina Sensor PLL Configuration * * Copyright (C) 2012 Laurent Pinchart <[email protected]> */ #ifndef __APTINA_PLL_H #define __APTINA_PLL_H struct aptina_pll { … }; struct aptina_pll_limits { … }; struct device; int aptina_pll_calculate(struct device *dev, const struct aptina_pll_limits *limits, struct aptina_pll *pll); #endif /* __APTINA_PLL_H */