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 --- .../TrustCentre/include/tcPromiscuousMode.h | 59 ---------------------- 1 file changed, 59 deletions(-) delete mode 100644 digital/beacon/src/Bitcloud_stack/Components/Security/TrustCentre/include/tcPromiscuousMode.h (limited to 'digital/beacon/src/Bitcloud_stack/Components/Security/TrustCentre/include/tcPromiscuousMode.h') diff --git a/digital/beacon/src/Bitcloud_stack/Components/Security/TrustCentre/include/tcPromiscuousMode.h b/digital/beacon/src/Bitcloud_stack/Components/Security/TrustCentre/include/tcPromiscuousMode.h deleted file mode 100644 index 843d21af..00000000 --- a/digital/beacon/src/Bitcloud_stack/Components/Security/TrustCentre/include/tcPromiscuousMode.h +++ /dev/null @@ -1,59 +0,0 @@ -/****************************************************************************** - \file tcPromiscuousMode.h - - \brief - TC Promiscuous mode module interface. - - \author - Atmel Corporation: http://www.atmel.com \n - Support email: avr@atmel.com - - Copyright (c) 2010 , Atmel Corporation. All rights reserved. - Licensed under Atmel's Limited License Agreement (BitCloudTM). - - \internal - History: - 2010-25-01 arazinkov - Created. - Last change: - $Id: tcPromiscuousMode.h 14525 2010-12-23 10:18:45Z arazinkov $ -******************************************************************************/ - -#ifndef _TCPROMISCUOUSMODE_H_ -#define _TCPROMISCUOUSMODE_H_ - -#ifdef _LINK_SECURITY_ -#ifdef _TC_PROMISCUOUS_MODE_ - -/****************************************************************************** - Includes section -******************************************************************************/ -#include - -/****************************************************************************** - Prototypes section -******************************************************************************/ -/**************************************************************************//** - \brief Forces TC to enter the Promiscuous mode - - \return None. -******************************************************************************/ -void TC_EnterPromiscuousMode(void); - -/**************************************************************************//** - \brief Forces TC to leave the Promiscuous mode - - \return None. -******************************************************************************/ -void TC_LeavePromiscuousMode(void); - -/**************************************************************************//** - \brief Checks, if TC is in the Promiscuous mode - - \return True, if TC is in the Promiscuous mode, False - otherwise -******************************************************************************/ -bool TC_IsPromiscuousMode(void); - -#endif /* _LINK_SECURITY_ */ - -#endif /* _TC_PROMISCUOUS_MODE_ */ -#endif /* _TCPROMISCUOUSMODE_H_ */ -- cgit v1.2.3