diff options
Diffstat (limited to 'drivers/regulator/regnl.h')
-rw-r--r-- | drivers/regulator/regnl.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/regulator/regnl.h b/drivers/regulator/regnl.h new file mode 100644 index 0000000000..bcba16cc05 --- /dev/null +++ b/drivers/regulator/regnl.h @@ -0,0 +1,13 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later */ +/* + * Regulator event over netlink + * + * Author: Naresh Solanki <Naresh.Solanki@9elements.com> + */ + +#ifndef __REGULATOR_EVENT_H +#define __REGULATOR_EVENT_H + +int reg_generate_netlink_event(const char *reg_name, u64 event); + +#endif |