summaryrefslogtreecommitdiffhomepage
path: root/digital/beacon/src/Bitcloud_stack/Components/MAC_PHY/include/mac.h
diff options
context:
space:
mode:
Diffstat (limited to 'digital/beacon/src/Bitcloud_stack/Components/MAC_PHY/include/mac.h')
-rw-r--r--digital/beacon/src/Bitcloud_stack/Components/MAC_PHY/include/mac.h51
1 files changed, 0 insertions, 51 deletions
diff --git a/digital/beacon/src/Bitcloud_stack/Components/MAC_PHY/include/mac.h b/digital/beacon/src/Bitcloud_stack/Components/MAC_PHY/include/mac.h
deleted file mode 100644
index 368c0d9a..00000000
--- a/digital/beacon/src/Bitcloud_stack/Components/MAC_PHY/include/mac.h
+++ /dev/null
@@ -1,51 +0,0 @@
-/**************************************************************************//**
- \file mac.h
-
- \brief IEEE 802.15.4-2006 public headers files' union.
-
- \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:
- 18/06/07 ALuzhetsky - Created.
-******************************************************************************/
-#ifndef _MAC_H
-#define _MAC_H
-
-/******************************************************************************
- Includes section.
-******************************************************************************/
-#include <types.h>
-#include <phy.h>
-#include <macAddr.h>
-#include <macAffix.h>
-#include <macAssociate.h>
-#include <macBeacon.h>
-#include <macCommon.h>
-#include <macData.h>
-#include <macDisassociate.h>
-#include <macOrphan.h>
-#include <macPoll.h>
-#include <macPurge.h>
-#include <macReset.h>
-#include <macRxEnable.h>
-#include <macScan.h>
-#include <macSetGet.h>
-#include <macStart.h>
-#include <macSync.h>
-#include <rfEncrypt.h>
-#include <rfBattery.h>
-#include <rfRandom.h>
-#include <rfCalibration.h>
-#include <macBanNode.h>
-#include <macenvPib.h>
-#include <macEnvironment.h>
-
-#endif //_MAC_H
-
-// eof mac.h