htop/AffinityPanel.h

41 lines
673 B
C
Raw Normal View History

2007-12-17 05:50:00 +00:00
/* Do not edit this file. It was automatically generated. */
#ifndef HEADER_AffinityPanel
#define HEADER_AffinityPanel
2011-12-26 21:35:57 +00:00
/*
htop - AffinityPanel.h
(C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
2007-12-17 05:50:00 +00:00
#ifdef HAVE_LIBHWLOC
#endif
2007-12-17 05:50:00 +00:00
#include "Panel.h"
2011-12-26 21:35:57 +00:00
#include "Affinity.h"
#include "ProcessList.h"
#ifdef HAVE_LIBHWLOC
#endif
#ifdef HAVE_LIBHWLOC
#endif
#ifdef HAVE_LIBHWLOC
#endif
2007-12-17 05:50:00 +00:00
extern PanelClass AffinityPanel_class;
extern Panel* AffinityPanel_new(ProcessList* pl, Affinity* affinity, int* width);
2007-12-17 05:50:00 +00:00
extern Affinity* AffinityPanel_getAffinity(Panel* super, ProcessList* pl);
2007-12-17 05:50:00 +00:00
#endif