mirror of https://github.com/xzeldon/htop.git
19 lines
356 B
C
19 lines
356 B
C
/* Do not edit this file. It was automatically generated. */
|
|
|
|
#ifndef HEADER_AffinityPanel
|
|
#define HEADER_AffinityPanel
|
|
|
|
|
|
#include "Panel.h"
|
|
#include "CheckItem.h"
|
|
#include "ProcessList.h"
|
|
|
|
#include "debug.h"
|
|
#include <assert.h>
|
|
|
|
Panel* AffinityPanel_new(ProcessList* pl, unsigned long mask);
|
|
|
|
unsigned long AffinityPanel_getAffinity(Panel* this);
|
|
|
|
#endif
|