#ifndef _PROC_MSG_H_ #define _PROC_MSG_H_ #include "fifo_def.h" int proc(FIFO_MSG *message); #endif