2018-05-06 21:58:06 +00:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
2011-10-05 15:11:40 +00:00
|
|
|
/*
|
|
|
|
* Copyright 2011, Marvell Semiconductor Inc.
|
|
|
|
* Lei Wen <leiwen@marvell.com>
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
2014-02-06 01:43:45 +00:00
|
|
|
#ifndef __CI_UDC_H__
|
|
|
|
#define __CI_UDC_H__
|
2011-10-05 15:11:40 +00:00
|
|
|
|
2013-07-10 01:16:28 +00:00
|
|
|
#define EP_MAX_PACKET_SIZE 0x200
|
2011-10-05 15:11:40 +00:00
|
|
|
#define EP0_MAX_PACKET_SIZE 64
|
2014-02-06 01:43:45 +00:00
|
|
|
#endif /* __CI_UDC_H__ */
|