summaryrefslogtreecommitdiffhomepage
path: root/digital/zigbit/bitcloud/stack/Components/Security/TrustCentre/include/tcReset.h
blob: c386d83bfdce5bbb335833bb1ab14efddf7a6de6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
/**************************************************************************//**
  \file tcReset.h

  \brief Security Trust Centre reset routine 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:
      2007.12 - ALuzhetsky created.
******************************************************************************/
#ifndef _TCRESETHANDLERH
#define _TCRESETHANDLERH

/******************************************************************************
                             Functions prototypes section.
******************************************************************************/

/**************************************************************************//**
  \brief TBD.

  \param TBD.
  \return TBD.
******************************************************************************/
void TC_Reset(NWK_PowerFailureControl_t powerFailureControl);

#endif // _TCRESETHANDLERH
// eof tcReset.h