/* * 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 #include td_u32 swap_init(void); void remap_count_start(void); void remap_count_end(void); #endif