magic_client.h 233 B

1234567891011
  1. #ifndef MAGIC_CLIENT_H
  2. #define MAGIC_CLIENT_H
  3. #include "fixed_types.h"
  4. UInt64 handleMagicInstruction(thread_id_t thread_id, UInt64 cmd, UInt64 arg0, UInt64 arg1);
  5. void setInstrumentationMode(UInt64 opt);
  6. #endif // MAGIC_CLIENT_H