1 /* 2 * Copyright (C) 2015-2018 Alibaba Group Holding Limited 3 */ 4 5 #ifndef DEBUG_TEST_H 6 #define DEBUG_TEST_H 7 8 #ifdef __cplusplus 9 extern "C" { 10 #endif 11 12 /* show cpu regs(armv7a)*/ 13 void arch_regs_show(void); 14 15 #ifdef __cplusplus 16 } 17 #endif 18 19 #endif /* DEBUG_TEST_H */ 20