media: stv06xx: add missing descriptor sanity checks
[linux/fpc-iii.git] / drivers / regulator / dummy.h
blobc79e28209025a10a4f75f7000fc0581430cd4bbb
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3 * dummy.h
5 * Copyright 2010 Wolfson Microelectronics PLC.
7 * Author: Mark Brown <broonie@opensource.wolfsonmicro.com>
9 * This is useful for systems with mixed controllable and
10 * non-controllable regulators, as well as for allowing testing on
11 * systems with no controllable regulators.
14 #ifndef _DUMMY_H
15 #define _DUMMY_H
17 struct regulator_dev;
19 extern struct regulator_dev *dummy_regulator_rdev;
21 void __init regulator_dummy_init(void);
23 #endif