12 lines
228 B
C
12 lines
228 B
C
#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_
|