First commit

This commit is contained in:
gbucchino
2026-06-15 10:31:58 +02:00
commit 33de82aa1c
12 changed files with 3107 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
#ifndef H_UART
#define H_UART
#include "common.h"
int set_serial_device(int);
int send_uart(struct prng **);
#endif