summaryrefslogtreecommitdiff
path: root/digital/beacon/src/Bitcloud_stack/Components/MAC_PHY/MAC_HWD_PHY/include/machwdService.h
diff options
context:
space:
mode:
Diffstat (limited to 'digital/beacon/src/Bitcloud_stack/Components/MAC_PHY/MAC_HWD_PHY/include/machwdService.h')
-rw-r--r--digital/beacon/src/Bitcloud_stack/Components/MAC_PHY/MAC_HWD_PHY/include/machwdService.h57
1 files changed, 0 insertions, 57 deletions
diff --git a/digital/beacon/src/Bitcloud_stack/Components/MAC_PHY/MAC_HWD_PHY/include/machwdService.h b/digital/beacon/src/Bitcloud_stack/Components/MAC_PHY/MAC_HWD_PHY/include/machwdService.h
deleted file mode 100644
index 76f96b46..00000000
--- a/digital/beacon/src/Bitcloud_stack/Components/MAC_PHY/MAC_HWD_PHY/include/machwdService.h
+++ /dev/null
@@ -1,57 +0,0 @@
-/**************************************************************************//**
- \file machwdService.h
-
- \brief Describes types' declarations for internal needs.
-
- \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:
- 30/05/07 A. Mandychev - Created.
-******************************************************************************/
-
-#ifndef _MACHWDSERVISE_H
-#define _MACHWDSERVISE_H
-
-/******************************************************************************
- Includes section.
-******************************************************************************/
-#include <types.h>
-#include <macCommon.h>
-
-/******************************************************************************
- Types section.
-******************************************************************************/
-//! Set of MACHWD request identifiers.
-enum
-{
- MACHWD_TX_DATA_REQ_ID,
- MACHWD_SET_TRX_STATE_REQ_ID,
- MACHWD_SET_REQ_ID,
- MACHWD_ED_REQ_ID,
-#ifdef _RF_AES_
- MACHWD_ENCRYPT_REQ_ID,
-#endif
-#ifdef _RF_BAT_MON_
- MACHWD_BAT_MON_REQ_ID,
-#endif
-#ifdef _RF_RND_
- MACHWD_RND_REQ_ID,
- MACHWD_RND_REQ_F_ID,
-#endif
-#ifdef _RF_CALIBRATION_
- MACHWD_CALIBRATION_REQ_ID
-#endif
-};
-
-//! Inherited service structure.
-typedef MAC_Service_t MACHWD_Service_t;
-
-#endif /* _MACHWDSERVISE_H */
-
-// eof machwdService.h