summaryrefslogtreecommitdiffhomepage
path: root/digital/beacon/src/Bitcloud_stack/Components/MAC_PHY/MAC_HWD_PHY/include/machwdRnd.h
diff options
context:
space:
mode:
Diffstat (limited to 'digital/beacon/src/Bitcloud_stack/Components/MAC_PHY/MAC_HWD_PHY/include/machwdRnd.h')
-rw-r--r--digital/beacon/src/Bitcloud_stack/Components/MAC_PHY/MAC_HWD_PHY/include/machwdRnd.h58
1 files changed, 0 insertions, 58 deletions
diff --git a/digital/beacon/src/Bitcloud_stack/Components/MAC_PHY/MAC_HWD_PHY/include/machwdRnd.h b/digital/beacon/src/Bitcloud_stack/Components/MAC_PHY/MAC_HWD_PHY/include/machwdRnd.h
deleted file mode 100644
index ab551e89..00000000
--- a/digital/beacon/src/Bitcloud_stack/Components/MAC_PHY/MAC_HWD_PHY/include/machwdRnd.h
+++ /dev/null
@@ -1,58 +0,0 @@
-/**************************************************************************//**
- \file machwdRnd.h
-
- \brief MACHWD random generation types and function prototypes.
-
- \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:
- 08/04/08 A. Mandychev - Created.
-******************************************************************************/
-
-#ifndef _MACHWDRND_H
-#define _MACHWDRND_H
-
-/******************************************************************************
- Includes section
-******************************************************************************/
-#include <rfRandom.h>
-
-/******************************************************************************
- Define(s) section
-******************************************************************************/
-//! Redefenition of random generation request function name.
-#define MACHWD_RndReq RF_RandomReq
-//! Redefenition of random seq generation request function name .
-#define MACHWD_RndSeqReq RF_RandomSeqReq
-/******************************************************************************
- Types section
-******************************************************************************/
-//! Redefenition of random generation request structure.
-typedef RF_RandomReq_t MACHWD_RndReq_t;
-
-/******************************************************************************
- Prototypes section
-******************************************************************************/
-/**************************************************************************//**
- \brief Requests random value.
- \param reqParams - request parameters structure pointer.
- \return none.
-******************************************************************************/
-void MACHWD_RndReq(MACHWD_RndReq_t *reqParams);
-
-/**************************************************************************//**
- \brief Requests random seq.
- \param reqParams - request parameters structure pointer.
- \return none.
-******************************************************************************/
-void MACHWD_RndSeqReq(MACHWD_RndReq_t *reqParams);
-
-#endif /*_MACHWDRND_H*/
-
-// eof machwdRnd.h