rt_benchs/communication_techniques/include/csq_64_1_comm.h

9 lines
182 B
C

#ifndef _SPECIFIC_COMM_H_
#define _SPECIFIC_COMM_H_ 1
#define SLOTS 64 /* Value used in the article, section V.A */
#define BUF_SIZE CACHE_LINE_SIZE
#include <csq_common.h>
#endif