summaryrefslogtreecommitdiffstats
path: root/src/ppe/sbe/image/base_ppe_demo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ppe/sbe/image/base_ppe_demo.c')
-rw-r--r--src/ppe/sbe/image/base_ppe_demo.c44
1 files changed, 44 insertions, 0 deletions
diff --git a/src/ppe/sbe/image/base_ppe_demo.c b/src/ppe/sbe/image/base_ppe_demo.c
new file mode 100644
index 0000000..0e8ea55
--- /dev/null
+++ b/src/ppe/sbe/image/base_ppe_demo.c
@@ -0,0 +1,44 @@
+/* IBM_PROLOG_BEGIN_TAG */
+/* This is an automatically generated prolog. */
+/* */
+/* $Source: src/ppe/sbe/image/base_ppe_demo.c $ */
+/* */
+/* OpenPOWER OnChipController Project */
+/* */
+/* Contributors Listed Below - COPYRIGHT 2015 */
+/* [+] 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 */
+//-----------------------------------------------------------------------------
+// *! (C) Copyright International Business Machines Corp. 2014
+// *! All Rights Reserved -- Property of IBM
+// *! *** IBM Confidential ***
+//-----------------------------------------------------------------------------
+
+/// \file base_ppe_demo.c
+/// \brief example code to include into fixed section
+///
+/// demo function to include into fixed section. Can be replaced as soon as
+/// real functions are available
+
+#include "base_ppe_demo.h"
+#include "pk.h"
+#include "pk_trace.h"
+
+void base_ppe_demo_func(const char* str)
+{
+ PK_TRACE("TESTFUNCTION");
+}
OpenPOWER on IntegriCloud