summaryrefslogtreecommitdiffstats
path: root/include/device/uart.h
blob: 9e5c3d34af5925103a87edec308e92d4f0cea80b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#ifndef _JOVE_DEVICE_UART_H
#define _JOVE_DEVICE_UART_H 1

#include <stddef.h>

#include "object.h"

void uart_write(objdir_t *dir, path_byte_t *path, const char *s, size_t w);

#endif