Lei Wen | a91ee2a | 2011-10-05 08:11:40 -0700 | [diff] [blame] | 1 | /* |
| 2 | * Copyright 2011, Marvell Semiconductor Inc. |
| 3 | * Lei Wen <leiwen@marvell.com> |
| 4 | * |
Wolfgang Denk | d79de1d | 2013-07-08 09:37:19 +0200 | [diff] [blame] | 5 | * SPDX-License-Identifier: GPL-2.0+ |
Lei Wen | a91ee2a | 2011-10-05 08:11:40 -0700 | [diff] [blame] | 6 | */ |
| 7 | |
| 8 | |
| 9 | #ifndef __MV_UDC_H__ |
| 10 | #define __MV_UDC_H__ |
| 11 | |
Marek Vasut | 79d265e | 2013-07-10 03:16:28 +0200 | [diff] [blame] | 12 | #define EP_MAX_PACKET_SIZE 0x200 |
Lei Wen | a91ee2a | 2011-10-05 08:11:40 -0700 | [diff] [blame] | 13 | #define EP0_MAX_PACKET_SIZE 64 |
Lei Wen | a91ee2a | 2011-10-05 08:11:40 -0700 | [diff] [blame] | 14 | #endif /* __MV_UDC_H__ */ |