00001 #ifndef _NCORES_H 00002 #define _NCORES_H 00003 namespace osl { 00004 namespace misc { 00009 int ncores(); 00010 } 00011 } 00012 #endif /* _NCORES_H */ 00013 // ;;; Local Variables: 00014 // ;;; mode:c++ 00015 // ;;; c-basic-offset:2 00016 // ;;; End: