| * Copyright (C) 2013 by Texas Instruments |
| * The Inventra Controller Driver for Linux is free software; you |
| * can redistribute it and/or modify it under the terms of the GNU |
| * General Public License version 2 as published by the Free Software |
| enum omap_dwc3_vbus_id_status { |
| #if (defined(CONFIG_USB_DWC3) || defined(CONFIG_USB_DWC3_MODULE)) |
| extern int dwc3_omap_mailbox(enum omap_dwc3_vbus_id_status status); |
| static inline int dwc3_omap_mailbox(enum omap_dwc3_vbus_id_status status) |
| #endif /* __DWC3_OMAP_H__ */ |