ci_udc.h 260 B

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