summaryrefslogtreecommitdiffstats
path: root/sbe/image/base_ppe_demo.c
blob: 95a4c7adbf08a09288f741c75f52145dfdf7775b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
//-----------------------------------------------------------------------------
// *! (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