Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
musb-omap.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2011-2012 by Texas Instruments
3  *
4  * The Inventra Controller Driver for Linux is free software; you
5  * can redistribute it and/or modify it under the terms of the GNU
6  * General Public License version 2 as published by the Free Software
7  * Foundation.
8  */
9 
10 #ifndef __MUSB_OMAP_H__
11 #define __MUSB_OMAP_H__
12 
19 };
20 
21 #if (defined(CONFIG_USB_MUSB_OMAP2PLUS) || \
22  defined(CONFIG_USB_MUSB_OMAP2PLUS_MODULE))
24 #else
25 static inline void omap_musb_mailbox(enum omap_musb_vbus_id_status status)
26 {
27 }
28 #endif
29 
30 #endif /* __MUSB_OMAP_H__ */