/* * Copyright (C) 2021 Alibaba Group Holding Limited * Author: LuChongzhi * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #ifndef __DUMP_UTILS_H__ #define __DUMP_UTILS_H__ #include #include #include void csi_dump_hex(char *data, int length, char *name); void csi_dump_img_info(csi_img_s *img); #endif // __DUMP_UTILS_H__