aboutsummaryrefslogtreecommitdiffstats
path: root/plpa-1.1/src/plpa_internal.h
diff options
context:
space:
mode:
authorEugene V. Lyubimkin <jackyf.devel@gmail.com>2008-11-16 20:36:18 +0200
committerDaniel Lange <DLange@git.local>2016-04-11 13:00:23 +0200
commitbcb965d78ae0b4599fe77a2d641b3ff035658fc9 (patch)
tree59066e7fa5473b02eefaea37ac015cfaea7cd7c6 /plpa-1.1/src/plpa_internal.h
parent2eabf3432b05b93ce4de9af283ae549d0f7c18c8 (diff)
parentc74c38760df69bb87e93dff18cf91464e5d02f37 (diff)
downloaddebian_htop-bcb965d78ae0b4599fe77a2d641b3ff035658fc9.tar.gz
debian_htop-bcb965d78ae0b4599fe77a2d641b3ff035658fc9.tar.bz2
debian_htop-bcb965d78ae0b4599fe77a2d641b3ff035658fc9.zip
Imported Debian patch 0.8.1-1debian/0.8.1-1
Diffstat (limited to 'plpa-1.1/src/plpa_internal.h')
-rw-r--r--plpa-1.1/src/plpa_internal.h36
1 files changed, 36 insertions, 0 deletions
diff --git a/plpa-1.1/src/plpa_internal.h b/plpa-1.1/src/plpa_internal.h
new file mode 100644
index 0000000..14ef2cc
--- /dev/null
+++ b/plpa-1.1/src/plpa_internal.h
@@ -0,0 +1,36 @@
+/* -*- c -*-
+ *
+ * Copyright (c) 2004-2005 The Trustees of Indiana University.
+ * All rights reserved.
+ * Copyright (c) 2004-2005 The Regents of the University of California.
+ * All rights reserved.
+ * Copyright (c) 2007 Cisco Systems, Inc. All rights reserved.
+ * $COPYRIGHT$
+ *
+ * Additional copyrights may follow
+ *
+ * $HEADER$
+ */
+
+#ifndef PLPA_INTERNAL_H
+#define PLPA_INTERNAL_H
+
+#include <plpa.h>
+
+/* Have we initialized yet? */
+extern int PLPA_NAME(initialized);
+
+/* Cached size of the affinity buffers that the kernel expects */
+extern size_t PLPA_NAME(len);
+
+/* Setup topology information */
+int PLPA_NAME(map_init)(void);
+
+/* Setup API type */
+int PLPA_NAME(api_probe_init)(void);
+
+/* Free all mapping memory */
+void PLPA_NAME(map_finalize)(void);
+
+#endif /* PLPA_INTERNAL_H */
+

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