forked from ROMEO/fsw-ws
7 lines
150 B
C
7 lines
150 B
C
#pragma once
|
|
|
|
#include <stddef.h>
|
|
|
|
int hw_interface_write(int fd, const char *ptr, size_t len);
|
|
|
|
int hw_interface_read(int fd, char *ptr, size_t len); |