summaryrefslogtreecommitdiffstats
path: root/tools/ppetracepp/ppe2fsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ppetracepp/ppe2fsp.h')
-rw-r--r--tools/ppetracepp/ppe2fsp.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/ppetracepp/ppe2fsp.h b/tools/ppetracepp/ppe2fsp.h
new file mode 100644
index 00000000..04eee616
--- /dev/null
+++ b/tools/ppetracepp/ppe2fsp.h
@@ -0,0 +1,10 @@
+
+
+#define P2F_NULL_POINTER 1
+#define P2F_INVALID_INPUT_SIZE 2
+#define P2F_INVALID_PPE_OFFSET 3
+#define P2F_OUTPUT_BUFFER_TOO_SMALL 4
+#define P2F_INPUT_BUFFER_TOO_SMALL 5
+#define P2F_INVALID_VERSION 6
+
+int ppe2fsp(void* in, unsigned long in_size, void* out, unsigned long* io_size);
OpenPOWER on IntegriCloud