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