From b24866225a6301d3a663f874725e83c012dc25d3 Mon Sep 17 00:00:00 2001 From: Florent Duchon Date: Wed, 26 Dec 2012 17:36:00 +0100 Subject: digital/beacon: add bitcloud stack into common directory digital/zigbit --- .../include/private/tcDeviceTableCtrlHandler.h | 46 ++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 digital/zigbit/bitcloud/stack/Components/Security/TrustCentre/include/private/tcDeviceTableCtrlHandler.h (limited to 'digital/zigbit/bitcloud/stack/Components/Security/TrustCentre/include/private/tcDeviceTableCtrlHandler.h') diff --git a/digital/zigbit/bitcloud/stack/Components/Security/TrustCentre/include/private/tcDeviceTableCtrlHandler.h b/digital/zigbit/bitcloud/stack/Components/Security/TrustCentre/include/private/tcDeviceTableCtrlHandler.h new file mode 100644 index 00000000..8d67c9eb --- /dev/null +++ b/digital/zigbit/bitcloud/stack/Components/Security/TrustCentre/include/private/tcDeviceTableCtrlHandler.h @@ -0,0 +1,46 @@ +/**************************************************************************//** + \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