aboutsummaryrefslogtreecommitdiff
path: root/AffinityPanel.h
diff options
context:
space:
mode:
Diffstat (limited to 'AffinityPanel.h')
-rw-r--r--AffinityPanel.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/AffinityPanel.h b/AffinityPanel.h
new file mode 100644
index 0000000..22283ee
--- /dev/null
+++ b/AffinityPanel.h
@@ -0,0 +1,17 @@
+/* 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);
+
+#endif