pulp-runtime/include/pmsis.h

9 lines
214 B
C

#ifndef __FAKE_PMSIS_H__
#define __FAKE_PMSIS_H__
// simply include the runtime equivalent of pmsis.h: pulp.h
#include "pulp.h"
#define pi_core_id get_core_id
#define pi_cl_team_barrier(x) synch_barrier()
#endif