Dependencies:   mbed

Committer:
slowness
Date:
Fri Aug 26 12:19:16 2011 +0000
Revision:
0:4359b47b3d7c

        

Who changed what in which revision?

UserRevisionLine numberNew contents of line
slowness 0:4359b47b3d7c 1 /*
slowness 0:4359b47b3d7c 2 **************************************************************************************************************
slowness 0:4359b47b3d7c 3 * NXP USB Host Stack
slowness 0:4359b47b3d7c 4 *
slowness 0:4359b47b3d7c 5 * (c) Copyright 2008, NXP SemiConductors
slowness 0:4359b47b3d7c 6 * (c) Copyright 2008, OnChip Technologies LLC
slowness 0:4359b47b3d7c 7 * All Rights Reserved
slowness 0:4359b47b3d7c 8 *
slowness 0:4359b47b3d7c 9 * www.nxp.com
slowness 0:4359b47b3d7c 10 * www.onchiptech.com
slowness 0:4359b47b3d7c 11 *
slowness 0:4359b47b3d7c 12 * File : usbhost_inc.h
slowness 0:4359b47b3d7c 13 * Programmer(s) : Ravikanth.P
slowness 0:4359b47b3d7c 14 * Version :
slowness 0:4359b47b3d7c 15 *
slowness 0:4359b47b3d7c 16 **************************************************************************************************************
slowness 0:4359b47b3d7c 17 */
slowness 0:4359b47b3d7c 18
slowness 0:4359b47b3d7c 19 #ifndef USBHOST_INC_H
slowness 0:4359b47b3d7c 20 #define USBHOST_INC_H
slowness 0:4359b47b3d7c 21
slowness 0:4359b47b3d7c 22 /*
slowness 0:4359b47b3d7c 23 **************************************************************************************************************
slowness 0:4359b47b3d7c 24 * INCLUDE HEADER FILES
slowness 0:4359b47b3d7c 25 **************************************************************************************************************
slowness 0:4359b47b3d7c 26 */
slowness 0:4359b47b3d7c 27
slowness 0:4359b47b3d7c 28 #include "usbhost_cpu.h"
slowness 0:4359b47b3d7c 29 #include "usbhost_err.h"
slowness 0:4359b47b3d7c 30 #include "usbhost_lpc17xx.h"
slowness 0:4359b47b3d7c 31 #include "usbhost_ms.h"
slowness 0:4359b47b3d7c 32 #include "mbed.h"
slowness 0:4359b47b3d7c 33
slowness 0:4359b47b3d7c 34
slowness 0:4359b47b3d7c 35 #ifdef TARGET_LPC2368
slowness 0:4359b47b3d7c 36 #error "There is no USB host on the LPC2368!"
slowness 0:4359b47b3d7c 37 #endif
slowness 0:4359b47b3d7c 38
slowness 0:4359b47b3d7c 39 #endif