Serial comm kernel process

This commit is contained in:
2025-09-07 21:44:46 +02:00
parent 9644ad0b4e
commit 80a788617e
8 changed files with 90 additions and 64 deletions

View File

@ -0,0 +1,11 @@
#ifndef PROC_SERIALPROC_SERIALPROC_H_
#define PROC_SERIALPROC_SERIALPROC_H_
#include "proc/proc.h"
extern Proc *SERIALPROC;
void serialproc_init(Proc *proc);
void serialproc_fn(void);
#endif // PROC_SERIALPROC_SERIALPROC_H_