source: ReferenceDesigns/w3_802.11/c/wlan_w3_common/include/w3_sysmon_util.h

Last change on this file was 6319, checked in by chunter, 5 years ago

1.8.0 release wlan-mac-se

File size: 1001 bytes
Line 
1/** @file wlan_mac_sysmon_util.h
2 *  @brief System Monitor Definitions
3 *
4 *  This contains system monitor definitions of required by both CPU_HIGH and
5 *  CPU_LOW.
6 *
7 *  @copyright Copyright 2013-2019, Mango Communications. All rights reserved.
8 *          Distributed under the Mango Communications Reference Design License
9 *              See LICENSE.txt included in the design archive or
10 *              at http://mangocomm.com/802.11/license
11 *
12 *  This file is part of the Mango 802.11 Reference Design (https://mangocomm.com/802.11)
13 */
14/***************************** Include Files *********************************/
15
16/*************************** Constant Definitions ****************************/
17#ifndef WLAN_MAC_SYSMON_UTIL_H_
18#define WLAN_MAC_SYSMON_UTIL_H_
19
20
21/*********************** Global Structure Definitions ************************/
22
23/*************************** Function Prototypes *****************************/
24void               init_sysmon();
25
26#endif
Note: See TracBrowser for help on using the repository browser.