From 22abd06132445a55a1a0266897920f26634825c1 Mon Sep 17 00:00:00 2001 From: Florent Duchon Date: Wed, 26 Dec 2012 17:38:10 +0100 Subject: digital/beacon: remove obsolete bitcloud stack --- .../USBClasses/common/include/usbEnumeration.h | 53 ---------------------- 1 file changed, 53 deletions(-) delete mode 100644 digital/beacon/src/Bitcloud_stack/Components/HAL/drivers/USBClasses/common/include/usbEnumeration.h (limited to 'digital/beacon/src/Bitcloud_stack/Components/HAL/drivers/USBClasses/common/include/usbEnumeration.h') diff --git a/digital/beacon/src/Bitcloud_stack/Components/HAL/drivers/USBClasses/common/include/usbEnumeration.h b/digital/beacon/src/Bitcloud_stack/Components/HAL/drivers/USBClasses/common/include/usbEnumeration.h deleted file mode 100644 index 8c04756b..00000000 --- a/digital/beacon/src/Bitcloud_stack/Components/HAL/drivers/USBClasses/common/include/usbEnumeration.h +++ /dev/null @@ -1,53 +0,0 @@ -/****************************************************************************//** - \file usbEnumeration.h - - \brief Declaration of enumeration process command. - - \author - Atmel Corporation: http://www.atmel.com \n - Support email: avr@atmel.com - - Copyright (c) 2008-2011, Atmel Corporation. All rights reserved. - Licensed under Atmel's Limited License Agreement (BitCloudTM). - - \internal - History: - 12/09/08 A. Khromykh - Created - 26/08/11 N. Fomin - Modified (MSD support) -*******************************************************************************/ -#ifndef _USBENUMERATION_H -#define _USBENUMERATION_H - -/****************************************************************************** - Includes section -******************************************************************************/ -#include - -/****************************************************************************** - Prototypes section -******************************************************************************/ -/****************************************************************************** -Standard usb request handler - -Parameters: - data - pointer to host's request -******************************************************************************/ -void runtimeRequestHandler(uint8_t *data); - -/****************************************************************************** -Standard usb request handler - -Parameters: - data - pointer to host's request -******************************************************************************/ -void usbBusResetAction(void); - -#if defined(AT91SAM7X256) || defined(AT91SAM3S4C) -/****************************************************************************** -send zero-length packet through control pipe -******************************************************************************/ -void sendZLP(void); -#endif - -#endif /* _USBENUMERATION_H */ -// eof usbEnumeration.h \ No newline at end of file -- cgit v1.2.3