summaryrefslogtreecommitdiffstats
path: root/AffinityPanel.h
blob: dfea3d7447f33d1e58b4e6bb249e5ee444cd8f2f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* Do not edit this file. It was automatically generated. */

#ifndef HEADER_AffinityPanel
#define HEADER_AffinityPanel


#include "Panel.h"
#include "CheckItem.h"

#include "debug.h"
#include <assert.h>

Panel* AffinityPanel_new(int processorCount, unsigned long mask);

unsigned long AffinityPanel_getAffinity(Panel* this);

HandlerResult AffinityPanel_eventHandler(Panel* this, int ch);

#endif

© 2014-2024 Faster IT GmbH | imprint | privacy policy