• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /*
2  * drivers/usb/sunxi_usb/udc/sunxi_udc_debug.h
3  * (C) Copyright 2010-2015
4  * Allwinner Technology Co., Ltd. <www.allwinnertech.com>
5  * javen, 2010-3-3, create this file
6  *
7  * usb udc debug.
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 __SUNXI_UDC_DEBUG_H__
17 #define __SUNXI_UDC_DEBUG_H__
18 
19 void print_list_node(struct sunxi_udc_ep *ep, char *str);
20 
21 #endif /* __SUNXI_UDC_DEBUG_H__  */
22 
23