// Copyright 2019 Fuzhou Rockchip Electronics Co., Ltd. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef __MINILOG_BACKTRACE_H #define __MINILOG_BACKTRACE_H #ifdef __cplusplus extern "C" { #endif void show_backtrace(); #ifdef __cplusplus } #endif #endif /* __MINILOG_BACKTRACE_H */