occlum/demos/local_attestation/AppResponder/proc_msg.h
2020-06-04 20:05:55 +08:00

6 lines
100 B
C

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