12 lines
210 B
C
12 lines
210 B
C
#ifndef PROC_TERMPROC_TERMPROC_H_
|
|
#define PROC_TERMPROC_TERMPROC_H_
|
|
|
|
#include "proc/proc.h"
|
|
|
|
extern Proc *TERMPROC;
|
|
|
|
void termproc_init(Proc *proc);
|
|
void termproc_fn(void);
|
|
|
|
#endif // PROC_TERMPROC_TERMPROC_H_
|