22 lines
612 B
C
Executable file
22 lines
612 B
C
Executable file
/*
|
|
* drivers/usb/sunxi_usb/udc/sunxi_udc_debug.h
|
|
* (C) Copyright 2010-2015
|
|
* Allwinner Technology Co., Ltd. <www.allwinnertech.com>
|
|
* javen, 2010-3-3, create this file
|
|
*
|
|
* usb udc debug.
|
|
*
|
|
* This program is free software; you can redistribute it and/or
|
|
* modify it under the terms of the GNU General Public License as
|
|
* published by the Free Software Foundation; either version 2 of
|
|
* the License, or (at your option) any later version.
|
|
*
|
|
*/
|
|
|
|
#ifndef __SUNXI_UDC_DEBUG_H__
|
|
#define __SUNXI_UDC_DEBUG_H__
|
|
|
|
void print_list_node(struct sunxi_udc_ep *ep, char *str);
|
|
|
|
#endif //__SUNXI_UDC_DEBUG_H__
|
|
|