From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Tue, 17 Sep 2013 05:02:51 +0200 Subject: [U-Boot] [PATCH v3 01/10] usb: Move 'bmRequestType' USB device request macros from EHCI header In-Reply-To: <1379147573-21897-2-git-send-email-gautam.vivek@samsung.com> References: <1379147573-21897-1-git-send-email-gautam.vivek@samsung.com> <1379147573-21897-2-git-send-email-gautam.vivek@samsung.com> Message-ID: <201309170502.51532.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Vivek Gautam, > Macros defining bmRequestType field of USB device request, > given in table 9.2 USB 2.0 spec, are rather generic macros > which can be further used by other Host controller stacks. > So moving them to usb_defs header. > > Signed-off-by: Vivek Gautam > Cc: Julius Werner > Cc: Simon Glass > Cc: Minkyu Kang > Cc: Dan Murphy > Cc: Marek Vasut Why not just use include/usb.h ? Best regards, Marek Vasut