20 lines
368 B
C
20 lines
368 B
C
|
|
/*
|
||
|
|
* Copyright (c) CompanyNameMagicTag 2012-2019. All rights reserved.
|
||
|
|
* Description: remap_swap.h code
|
||
|
|
* Author: CompanyName
|
||
|
|
* Create: 2012-12-28
|
||
|
|
*/
|
||
|
|
|
||
|
|
#ifndef __REMAP_SWAP_H__
|
||
|
|
#define __REMAP_SWAP_H__
|
||
|
|
|
||
|
|
#include <soc_types.h>
|
||
|
|
#include <soc_mdm_types.h>
|
||
|
|
|
||
|
|
td_u32 swap_init(void);
|
||
|
|
|
||
|
|
void remap_count_start(void);
|
||
|
|
void remap_count_end(void);
|
||
|
|
|
||
|
|
#endif
|