aboutsummaryrefslogtreecommitdiff
path: root/software/main/etc.h
blob: 35dd478ad1249efcffb59c37799186d836b504a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * etc.h
 *
 *  Created on: 26.02.2022
 *      Author: steffen
 *  SPDX-FileCopyrightText: 2022 MDC Service <info@mdc-service.de>
 *  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_ */