uboot/include/usb/ci_udc.h
<<
>>
Prefs
   1/* SPDX-License-Identifier: GPL-2.0+ */
   2/*
   3 * Copyright 2011, Marvell Semiconductor Inc.
   4 * Lei Wen <leiwen@marvell.com>
   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__ */
  14