/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * isl9305 - Intersil ISL9305 DCDC regulator * * Copyright 2014 Linaro Ltd * * Author: Mark Brown <[email protected]> */ #ifndef __ISL9305_H #define __ISL9305_H #define ISL9305_DCD1 … #define ISL9305_DCD2 … #define ISL9305_LDO1 … #define ISL9305_LDO2 … #define ISL9305_MAX_REGULATOR … struct regulator_init_data; struct isl9305_pdata { … }; #endif