aboutsummaryrefslogtreecommitdiff
path: root/lib/pbdrv/pb-read.h
blob: a6d7cde013288ebfb63efe88df6f18b6795975ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#pragma once

#include <stdint.h>
#include <stddef.h>

#ifdef __cplusplus
extern "C" {
#endif

void pbdrv_read_cmd(const char * data, size_t size);

#ifdef __cplusplus
}
#endif