6 lines
100 B
C
6 lines
100 B
C
#ifndef _PROC_MSG_H_
|
|
#define _PROC_MSG_H_
|
|
#include "fifo_def.h"
|
|
int proc(FIFO_MSG *message);
|
|
#endif
|