12 lines
137 B
C
12 lines
137 B
C
#ifndef _TASKIBC_H
|
|
#define _TASKIBC_H
|
|
|
|
/* $Id$ */
|
|
|
|
#ifdef USE_EXPERIMENT
|
|
void send_all(char *);
|
|
void *ibc_thread(void *);
|
|
#endif
|
|
|
|
#endif
|