#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