]> Git Repo - linux.git/blob - drivers/regulator/regnl.h
Linux 6.14-rc3
[linux.git] / drivers / regulator / regnl.h
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3  * Regulator event over netlink
4  *
5  * Author: Naresh Solanki <[email protected]>
6  */
7
8 #ifndef __REGULATOR_EVENT_H
9 #define __REGULATOR_EVENT_H
10
11 int reg_generate_netlink_event(const char *reg_name, u64 event);
12
13 #endif
This page took 0.030818 seconds and 4 git commands to generate.