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 --- .../MAC_PHY/MAC_HWI/include/machwiStartHandler.h | 69 ---------------------- 1 file changed, 69 deletions(-) delete mode 100644 digital/beacon/src/Bitcloud_stack/Components/MAC_PHY/MAC_HWI/include/machwiStartHandler.h (limited to 'digital/beacon/src/Bitcloud_stack/Components/MAC_PHY/MAC_HWI/include/machwiStartHandler.h') diff --git a/digital/beacon/src/Bitcloud_stack/Components/MAC_PHY/MAC_HWI/include/machwiStartHandler.h b/digital/beacon/src/Bitcloud_stack/Components/MAC_PHY/MAC_HWI/include/machwiStartHandler.h deleted file mode 100644 index c838988d..00000000 --- a/digital/beacon/src/Bitcloud_stack/Components/MAC_PHY/MAC_HWI/include/machwiStartHandler.h +++ /dev/null @@ -1,69 +0,0 @@ -/****************************************************************************** - \file machwiStartHandler.h - - \brief Header file of machwiStartHandler. - - \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: - 24/06/07 ALuzhetsky - Created. -******************************************************************************/ - -#ifndef _MACHWISTARTHANDLER_H -#define _MACHWISTARTHANDLER_H -#ifdef _FFD_ - -/****************************************************************************** - Includes section -******************************************************************************/ -#include -#include - -/****************************************************************************** - Defines section -******************************************************************************/ - -/****************************************************************************** - Types section -******************************************************************************/ -typedef enum -{ - MACHWI_IDLE_START_STATE, - MACHWI_SET_PAN_ID_START_STATE, - MACHWI_SET_PAN_COORDINATOR_START_STATE, - MACHWI_SET_PAGE_START_STATE, - MACHWI_SET_CHANNEL_START_STATE, - MACHWI_TX_COORD_REALIG_CMD_STATE, -} MachwiStartState_t; - -/****************************************************************************** - Prototypes section -******************************************************************************/ -/****************************************************************************** - TBD - Parameters: - TBD - TBD. - Returns: - TBD. -******************************************************************************/ -MachwiHandlerResult_t machwiStartReqHandler(void); - -/****************************************************************************** - Resets start handler. - Parameters: - none. - Returns: - none. -******************************************************************************/ -void machwiResetStartHandler(void); - -#endif // _FFD_ -#endif /* _MACHWISTARTHANDLER_H */ - -// eof machwiStartHandler.h -- cgit v1.2.3