htop/AffinityPanel.h

24 lines
546 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
#include "Panel.h"
2011-12-26 21:35:57 +00:00
#include "Affinity.h"
#include "ProcessList.h"
#include "ListItem.h"
2007-12-17 05:50:00 +00:00
extern PanelClass AffinityPanel_class;
Panel* AffinityPanel_new(ProcessList* pl, Affinity* affinity);
2007-12-17 05:50:00 +00:00
Affinity* AffinityPanel_getAffinity(Panel* this, ProcessList* pl);
2007-12-17 05:50:00 +00:00
#endif