00001 /* 00002 Copyright (C) 2013- The University of Notre Dame 00003 This software is distributed under the GNU General Public License. 00004 See the file COPYING for details. 00005 */ 00006 00007 #ifndef GPU_INFO_H 00008 #define GPU_INFO_H 00009 00017 int gpu_info_get(); 00018 00019 #endif 00020 00021 /* vim: set noexpandtab tabstop=4: */