1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 2 3 #ifndef __LINUX_MFD_ROHM_PWRBUTTON_H__ 4 #define __LINUX_MFD_ROHM_PWRBUTTON_H__ 5 6 struct device; 7 struct irq_domain; 8 9 int rohm_register_pwrbutton(struct device *dev, int irq, const char *name, 10 bool wakeup, struct irq_domain *irq_domain); 11 12 #endif /* __LINUX_MFD_ROHM_PWRBUTTON_H__ */ 13