Halide  12.0.1
Halide compiler and libraries
sim_protocol.h
Go to the documentation of this file.
1 #ifndef SIM_PROTOCOL_H
2 #define SIM_PROTOCOL_H
3 
4 namespace Message {
5 enum {
6  None = 0,
8  Free,
11  Run,
14 };
15 }
16 
17 #endif // SIM_PROTOCOL_H
@ LoadLibrary
Definition: sim_protocol.h:9
@ ReleaseLibrary
Definition: sim_protocol.h:12