15 lines
368 B
C
15 lines
368 B
C
|
|
/*
|
||
|
|
* Copyright (c) CompanyNameMagicTag 2012-2019. All rights reserved.
|
||
|
|
* Description: 1.Modify the cpu occupancy statistics code. cpup_inner.h code
|
||
|
|
* Author: CompanyName
|
||
|
|
* Create: 2012-02-21
|
||
|
|
*/
|
||
|
|
|
||
|
|
#ifndef __CPUP_INNER_H__
|
||
|
|
#define __CPUP_INNER_H__
|
||
|
|
#include <soc_types.h>
|
||
|
|
#include <soc_mdm_types.h>
|
||
|
|
|
||
|
|
td_u32 usr_cpup_dfx_init(td_u8 report_count);
|
||
|
|
#endif
|