]>
Commit | Line | Data |
---|---|---|
26cc5129 LW |
1 | /* |
2 | * Copyright 2011, Marvell Semiconductor Inc. | |
3 | * Lei Wen <[email protected]> | |
4 | * | |
1a459660 | 5 | * SPDX-License-Identifier: GPL-2.0+ |
26cc5129 LW |
6 | */ |
7 | ||
8 | ||
f016f8ca MV |
9 | #ifndef __CI_UDC_H__ |
10 | #define __CI_UDC_H__ | |
26cc5129 | 11 | |
6368c919 | 12 | #define EP_MAX_PACKET_SIZE 0x200 |
26cc5129 | 13 | #define EP0_MAX_PACKET_SIZE 64 |
f016f8ca | 14 | #endif /* __CI_UDC_H__ */ |