/* * etc.h * * Created on: 26.02.2022 * Author: steffen * SPDX-FileCopyrightText: 2022 MDC Service * SPDX-License-Identifier: GPL-3.0-or-later */ #ifndef MAIN_ETC_H_ #define MAIN_ETC_H_ #include "main.h" void DumpBuf(void *buf, int len); #endif /* MAIN_ETC_H_ */