summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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