1// SPDX-License-Identifier: GPL-3.0-or-later
2
3#pragma once
4
5#include <mos/mos_global.h>
6#include <stddef.h>
7
8__BEGIN_DECLS
9
10void hexdump(const char *data, const size_t len);
11
12__END_DECLS
13