#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