Dependents:   sample_collection_for_starboard_orange starboard_orange_samples

Committer:
chris
Date:
Wed May 19 06:31:49 2010 +0000
Revision:
0:f4e330489777

        

Who changed what in which revision?

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