pulp-runtime/include/pmsis.h

10 lines
214 B
C
Raw Normal View History

#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