![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0-or-later */ 0002 /* 0003 * dummy.h 0004 * 0005 * Copyright 2010 Wolfson Microelectronics PLC. 0006 * 0007 * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> 0008 * 0009 * This is useful for systems with mixed controllable and 0010 * non-controllable regulators, as well as for allowing testing on 0011 * systems with no controllable regulators. 0012 */ 0013 0014 #ifndef _DUMMY_H 0015 #define _DUMMY_H 0016 0017 struct regulator_dev; 0018 0019 extern struct regulator_dev *dummy_regulator_rdev; 0020 0021 void __init regulator_dummy_init(void); 0022 0023 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |