Dependencies:   mbed

Committer:
lynxeyed_atsu
Date:
Fri Jan 21 08:39:48 2011 +0000
Revision:
0:63ed631d8c3a

        

Who changed what in which revision?

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