/* SPDX-License-Identifier: GPL-2.0-or-later */ /* Copyright (C) 2025 Derek J. Clark */ #ifndef _LENOVO_WMI_OTHER_H_ #define _LENOVO_WMI_OTHER_H_ struct device; struct notifier_block; int lwmi_om_register_notifier(struct notifier_block *nb); int lwmi_om_unregister_notifier(struct notifier_block *nb); int devm_lwmi_om_register_notifier(struct device *dev, struct notifier_block *nb); #endif /* !_LENOVO_WMI_OTHER_H_ */