]> Git Repo - u-boot.git/blob - include/usb/ci_udc.h
rpi: Make Matthias maintainer
[u-boot.git] / include / usb / ci_udc.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright 2011, Marvell Semiconductor Inc.
4  * Lei Wen <[email protected]>
5  */
6
7
8 #ifndef __CI_UDC_H__
9 #define __CI_UDC_H__
10
11 #define EP_MAX_PACKET_SIZE      0x200
12 #define EP0_MAX_PACKET_SIZE     64
13 #endif /* __CI_UDC_H__ */
This page took 0.032977 seconds and 4 git commands to generate.