summaryrefslogtreecommitdiff
path: root/digital/zigbit/bitcloud/stack/Components/MAC_PHY/include/mac.h
diff options
context:
space:
mode:
Diffstat (limited to 'digital/zigbit/bitcloud/stack/Components/MAC_PHY/include/mac.h')
-rw-r--r--digital/zigbit/bitcloud/stack/Components/MAC_PHY/include/mac.h51
1 files changed, 51 insertions, 0 deletions
diff --git a/digital/zigbit/bitcloud/stack/Components/MAC_PHY/include/mac.h b/digital/zigbit/bitcloud/stack/Components/MAC_PHY/include/mac.h
new file mode 100644
index 00000000..368c0d9a
--- /dev/null
+++ b/digital/zigbit/bitcloud/stack/Components/MAC_PHY/include/mac.h
@@ -0,0 +1,51 @@
+/**************************************************************************//**
+ \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