rt_benchs/communication_techniques/include/none_comm.h

16 lines
228 B
C

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