]> git.ipfire.org Git - people/ms/u-boot.git/blame - include/usb/ci_udc.h
Merge branch 'master' of git://git.denx.de/u-boot-usb
[people/ms/u-boot.git] / include / usb / ci_udc.h
CommitLineData
26cc5129
LW
1/*
2 * Copyright 2011, Marvell Semiconductor Inc.
3 * Lei Wen <leiwen@marvell.com>
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__ */