• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /*
2  * drivers/usb/sunxi_usb/manager/usbc_platform.h
3  * (C) Copyright 2010-2015
4  * Allwinner Technology Co., Ltd. <www.allwinnertech.com>
5  * javen, 2011-4-14, create this file
6  *
7  * usb contoller device info.
8  *
9  * This program is free software; you can redistribute it and/or
10  * modify it under the terms of the GNU General Public License as
11  * published by the Free Software Foundation; either version 2 of
12  * the License, or (at your option) any later version.
13  *
14  */
15 
16 #ifndef __USBC_PLATFORM_H__
17 #define __USBC_PLATFORM_H__
18 
19 extern struct usb_cfg g_usb_cfg;
20 extern __u32 thread_run_flag;
21 
22 #endif /* __USBC_PLATFORM_H__ */
23 
24