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