summaryrefslogtreecommitdiffhomepage
path: root/digital/zigbit/bitcloud/stack/Components/MAC_PHY/include/mac.h
blob: 368c0d9a6b3a4dd9a3555b3f7c6b7baf30279618 (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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
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