20 lines
275 B
C
20 lines
275 B
C
|
|
/*
|
||
|
|
* Copyright (c) CompanyNameMagicTag 2012-2019. All rights reserved.
|
||
|
|
* Description: Mac interface
|
||
|
|
*/
|
||
|
|
#ifndef __SOC_MAC_H__
|
||
|
|
#define __SOC_MAC_H__
|
||
|
|
|
||
|
|
#include "soc_mdm_types.h"
|
||
|
|
|
||
|
|
#ifdef __cplusplus
|
||
|
|
extern "C" {
|
||
|
|
#endif
|
||
|
|
|
||
|
|
#ifdef __cplusplus
|
||
|
|
}
|
||
|
|
#endif
|
||
|
|
|
||
|
|
#endif
|
||
|
|
|