10 lines
119 B
C
10 lines
119 B
C
#ifndef H_UART
|
|
#define H_UART
|
|
|
|
#include "common.h"
|
|
|
|
int set_serial_device(int);
|
|
int send_uart(struct prng **);
|
|
|
|
#endif
|