Serial comm kernel process
This commit is contained in:
11
kernel/proc/serialproc/serialproc.h
Normal file
11
kernel/proc/serialproc/serialproc.h
Normal 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_
|
Reference in New Issue
Block a user