xref: /linux/drivers/mfd/rohm-pwrbutton.h (revision 49bda4826843be0ef97a162009a29ea3a63f3935)
1*1b86b4efSDmitry Torokhov /* SPDX-License-Identifier: GPL-2.0-or-later */
2*1b86b4efSDmitry Torokhov 
3*1b86b4efSDmitry Torokhov #ifndef __LINUX_MFD_ROHM_PWRBUTTON_H__
4*1b86b4efSDmitry Torokhov #define __LINUX_MFD_ROHM_PWRBUTTON_H__
5*1b86b4efSDmitry Torokhov 
6*1b86b4efSDmitry Torokhov struct device;
7*1b86b4efSDmitry Torokhov struct irq_domain;
8*1b86b4efSDmitry Torokhov 
9*1b86b4efSDmitry Torokhov int rohm_register_pwrbutton(struct device *dev, int irq, const char *name,
10*1b86b4efSDmitry Torokhov 			    bool wakeup, struct irq_domain *irq_domain);
11*1b86b4efSDmitry Torokhov 
12*1b86b4efSDmitry Torokhov #endif /* __LINUX_MFD_ROHM_PWRBUTTON_H__ */
13