summaryrefslogtreecommitdiffstats
path: root/tools/ppetracepp/ppe2fsp.h
diff options
context:
space:
mode:
authorShakeeb <shakeebbk@in.ibm.com>2016-07-27 09:58:31 -0500
committerSachin Gupta <sgupta2m@in.ibm.com>2016-08-01 23:24:25 -0400
commitc6510c428168eeb379377613868dfa884a653314 (patch)
treef7fcc07f587dd23b91c463eece742a54651fb665 /tools/ppetracepp/ppe2fsp.h
parenta7dc5dec6488bc1eb77eb41e45b796d78de4d3c7 (diff)
downloadtalos-sbe-c6510c428168eeb379377613868dfa884a653314.tar.gz
talos-sbe-c6510c428168eeb379377613868dfa884a653314.zip
FFDC parser plugin new files
Change-Id: Ia4ba8b2aaaef8fcdc4eda0bdd60029396f72147b Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/27508 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: RAJA DAS <rajadas2@in.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'tools/ppetracepp/ppe2fsp.h')
-rw-r--r--tools/ppetracepp/ppe2fsp.h28
1 files changed, 26 insertions, 2 deletions
diff --git a/tools/ppetracepp/ppe2fsp.h b/tools/ppetracepp/ppe2fsp.h
index 04eee616..092b4a64 100644
--- a/tools/ppetracepp/ppe2fsp.h
+++ b/tools/ppetracepp/ppe2fsp.h
@@ -1,4 +1,28 @@
-
+/* IBM_PROLOG_BEGIN_TAG */
+/* This is an automatically generated prolog. */
+/* */
+/* $Source: tools/ppetracepp/ppe2fsp.h $ */
+/* */
+/* OpenPOWER sbe Project */
+/* */
+/* Contributors Listed Below - COPYRIGHT 2015,2016 */
+/* [+] International Business Machines Corp. */
+/* */
+/* */
+/* Licensed under the Apache License, Version 2.0 (the "License"); */
+/* you may not use this file except in compliance with the License. */
+/* You may obtain a copy of the License at */
+/* */
+/* http://www.apache.org/licenses/LICENSE-2.0 */
+/* */
+/* Unless required by applicable law or agreed to in writing, software */
+/* distributed under the License is distributed on an "AS IS" BASIS, */
+/* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or */
+/* implied. See the License for the specific language governing */
+/* permissions and limitations under the License. */
+/* */
+/* IBM_PROLOG_END_TAG */
+#include <stdio.h>
#define P2F_NULL_POINTER 1
#define P2F_INVALID_INPUT_SIZE 2
@@ -7,4 +31,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);
+int ppe2fsp(void* in, size_t in_size, void* out, size_t* io_size);
OpenPOWER on IntegriCloud