spir_ffi.h 190 B

12345678910111213141516
  1. #ifndef __SPIR_FFI_H__
  2. #define __SPIR_FFI_H__
  3. #include <stdint.h>
  4. #ifdef __cplusplus
  5. extern "C" {
  6. #endif
  7. extern void spir_init(uint32_t num_threads);
  8. #ifdef __cplusplus
  9. }
  10. #endif
  11. #endif