ci_udc.h 260 B

12345678910111213
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * Copyright 2011, Marvell Semiconductor Inc.
  4. * Lei Wen <leiwen@marvell.com>
  5. */
  6. #ifndef __CI_UDC_H__
  7. #define __CI_UDC_H__
  8. #define EP_MAX_PACKET_SIZE 0x200
  9. #define EP0_MAX_PACKET_SIZE 64
  10. #endif /* __CI_UDC_H__ */