9
0
Fork 0
barebox/include/usb/isp1504.h

7 lines
159 B
C

#ifndef __INCLUDE_USB_ISP1504_H
#define __INCLUDE_USB_ISP1504_H
int isp1504_set_vbus_power(void __iomem *view, int on);
#endif /* __INCLUDE_USB_ISP1504_H */