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 --- .../include/private/tcDeviceTableCtrlHandler.h | 46 ---------------------- 1 file changed, 46 deletions(-) delete mode 100644 digital/beacon/src/Bitcloud_stack/Components/Security/TrustCentre/include/private/tcDeviceTableCtrlHandler.h (limited to 'digital/beacon/src/Bitcloud_stack/Components/Security/TrustCentre/include/private/tcDeviceTableCtrlHandler.h') diff --git a/digital/beacon/src/Bitcloud_stack/Components/Security/TrustCentre/include/private/tcDeviceTableCtrlHandler.h b/digital/beacon/src/Bitcloud_stack/Components/Security/TrustCentre/include/private/tcDeviceTableCtrlHandler.h deleted file mode 100644 index 8d67c9eb..00000000 --- a/digital/beacon/src/Bitcloud_stack/Components/Security/TrustCentre/include/private/tcDeviceTableCtrlHandler.h +++ /dev/null @@ -1,46 +0,0 @@ -/**************************************************************************//** - \file tcDeviceTableCtrlHandler.h - - \brief Security Trust Centre devices' permission table control header file. - - \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: - 2008.03 - ALuzhetsky created. -******************************************************************************/ -#ifndef _TCDEVICETABLECTRLHANDLERH -#define _TCDEVICETABLECTRLHANDLERH - -/****************************************************************************** - Includes section. -******************************************************************************/ -#include -#ifdef _TC_PERMISSION_TABLE_ -/****************************************************************************** - Functions prototypes section. -******************************************************************************/ -/**************************************************************************//** - \brief Initializes Trust Centre device permission table. - - \param none. - \return none. -******************************************************************************/ -void tcResetDevicePermissionTable(void); - -/**************************************************************************//** - \brief Finds device in Trust Centre device permission table. - - \param none. - \return true if device presents, false - otherwise. -******************************************************************************/ -bool tcFindDeviceInPermissionTable(ExtAddr_t *extAddr); -#endif -#endif // _TCDEVICETABLECTRLHANDLERH -// eof tcDeviceTableCtrlHandler.h - -- cgit v1.2.3