19 lines
568 B
C
19 lines
568 B
C
|
|
/*
|
||
|
|
* Copyright (c) CompanyNameMagicTag 2012-2019. All rights reserved.
|
||
|
|
* Description: Modify the drv directory, remove the first stage of the rom error,
|
||
|
|
* delete the useless code to compile and adjust the dfx directory, remove the count
|
||
|
|
* function driver part drv_dfx_cmn_inc.h code
|
||
|
|
* Author: CompanyName
|
||
|
|
* Create: 2012-04-04
|
||
|
|
*/
|
||
|
|
|
||
|
|
#ifndef __DRV_DFX_CMN_INC_H__
|
||
|
|
#define __DRV_DFX_CMN_INC_H__
|
||
|
|
#include <soc_types.h>
|
||
|
|
#include <soc_mdm_types.h>
|
||
|
|
#include <soc_sal.h>
|
||
|
|
#include <drv_dfx.h>
|
||
|
|
#include "soc_const_str.h"
|
||
|
|
#include "drv_dfx_shell.h"
|
||
|
|
#endif
|