summaryrefslogtreecommitdiffstats
path: root/AffinityPanel.h
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2007-12-17 05:50:00 +0000
committerHisham Muhammad <hisham@gobolinux.org>2007-12-17 05:50:00 +0000
commita839c3f2ca5a11b2293ad0c588859d38aa98d194 (patch)
treef8c480ea87334ca6efce6f5fe49c9184f1ba2b46 /AffinityPanel.h
parent807df03671daa6d77b445c26f050381d231947ac (diff)
Adding affinity panel
Diffstat (limited to 'AffinityPanel.h')
-rw-r--r--AffinityPanel.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/AffinityPanel.h b/AffinityPanel.h
new file mode 100644
index 00000000..dfea3d74
--- /dev/null
+++ b/AffinityPanel.h
@@ -0,0 +1,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