rt_benchs/communication_techniques/include/none_comm.h

15 lines
177 B
C

#ifndef _SPECIFIC_COMM_H_
#define _SPECIFIC_COMM_H_ 1
__BEGIN_DECLS
struct channel
{
};
static inline void send(struct channel *channel, void **addr) {}
__END_DECLS
#endif