root/src/runtime/hexagon_remote/sim_protocol.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


#ifndef SIM_PROTOCOL_H
#define SIM_PROTOCOL_H

namespace Message {
enum {
    None = 0,
    Alloc,
    Free,
    InitKernels,
    GetSymbol,
    Run,
    ReleaseKernels,
    Break,
};
}

#endif  // SIM_PROTOCOL_H

/* [<][>][^][v][top][bottom][index][help] */