/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * max8952.h - Voltage regulation for the Maxim 8952 * * Copyright (C) 2010 Samsung Electrnoics * MyungJoo Ham <[email protected]> */ #ifndef REGULATOR_MAX8952 #define REGULATOR_MAX8952 #include <linux/regulator/machine.h> enum { … }; enum { … }; enum { … }; enum { … }; #define MAX8952_NUM_DVS_MODE … struct max8952_platform_data { … }; #endif /* REGULATOR_MAX8952 */