occlum/demos/local_attestation/AppResponder/proc_msg.h
2020-03-09 04:17:41 +00:00

6 lines
101 B
C

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