summaryrefslogtreecommitdiff
path: root/digital/beacon/src/Bitcloud_stack/Components/HAL/drivers/USBClasses/common/include/usbEnumeration.h
diff options
context:
space:
mode:
Diffstat (limited to 'digital/beacon/src/Bitcloud_stack/Components/HAL/drivers/USBClasses/common/include/usbEnumeration.h')
-rw-r--r--digital/beacon/src/Bitcloud_stack/Components/HAL/drivers/USBClasses/common/include/usbEnumeration.h53
1 files changed, 0 insertions, 53 deletions
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 <types.h>
-
-/******************************************************************************
- 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