00001 /******************************************************************** 00002 * Copyright (C) 2012 by Verimag * 00003 * Initial author: Matthieu Moy * 00004 * This file must not be distributed outside Verimag * 00005 ********************************************************************/ 00006 00013 #ifndef CPU_AFFINITY_H 00014 #define CPU_AFFINITY_H 00015 00016 extern int cpu_bind(const unsigned short cpu); 00017 00018 #endif // CPU_AFFINITY_H