From 8665bd53f2f2e27e5511d90428cb3f60e6d0ce15 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 18 May 2024 20:50:12 +0200 Subject: Merging upstream version 6.8.9. Signed-off-by: Daniel Baumann --- drivers/regulator/regnl.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 drivers/regulator/regnl.h (limited to 'drivers/regulator/regnl.h') 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 + */ + +#ifndef __REGULATOR_EVENT_H +#define __REGULATOR_EVENT_H + +int reg_generate_netlink_event(const char *reg_name, u64 event); + +#endif -- cgit v1.2.3