]> git.sur5r.net Git - u-boot/blob - include/usb/mv_udc.h
Makefile: delete unnecessary lines
[u-boot] / include / usb / mv_udc.h
1 /*
2  * Copyright 2011, Marvell Semiconductor Inc.
3  * Lei Wen <leiwen@marvell.com>
4  *
5  * SPDX-License-Identifier:     GPL-2.0+
6  */
7
8
9 #ifndef __MV_UDC_H__
10 #define __MV_UDC_H__
11
12 #define EP_MAX_PACKET_SIZE      0x200
13 #define EP0_MAX_PACKET_SIZE     64
14 #endif /* __MV_UDC_H__ */