summaryrefslogtreecommitdiffstats
path: root/sbe/image/base_ppe_demo.c
blob: 088943e162311a8ad00f432f2916acc99fc31bb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
//-----------------------------------------------------------------------------
// *! (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)
void main()
{
    PK_TRACE("TESTFUNCTION");
}
OpenPOWER on IntegriCloud