printf: Remove unused 'bprintf'
[drm/drm-misc.git] / include / linux / platform_data / pinctrl-single.h
blob7473d3c4cabfe59c3103f456e07902a43979d2ed
1 /* SPDX-License-Identifier: GPL-2.0 */
3 #ifndef _PINCTRL_SINGLE_H
4 #define _PINCTRL_SINGLE_H
6 /**
7 * irq: optional wake-up interrupt
8 * rearm: optional soc specific rearm function
10 * Note that the irq and rearm setup should come from device
11 * tree except for omap where there are still some dependencies
12 * to the legacy PRM code.
14 struct pcs_pdata {
15 int irq;
16 void (*rearm)(void);
19 #endif /* _PINCTRL_SINGLE_H */