rt_benchs/communication_techniques/include/fast_forward_64_comm.h

8 lines
138 B
C

#ifndef _SPECIFIC_COMM_H_
#define _SPECIFIC_COMM_H_ 1
#define SHARED_SPACE_SIZE (64 * BUF_SIZE)
#include <fast_forward_common.h>
#endif