Halide 14.0.0
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
4namespace Message {
5enum {
6 None = 0,
14};
15}
16
17#endif // SIM_PROTOCOL_H
@ LoadLibrary
Definition: sim_protocol.h:9
@ ReleaseLibrary
Definition: sim_protocol.h:12