summaryrefslogtreecommitdiffstats
path: root/sbe/image/base_ppe_main.c
blob: 0752c0c6316237e452670aaf95c853528077d675 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//-----------------------------------------------------------------------------
// *! (C) Copyright International Business Machines Corp. 2014
// *! All Rights Reserved -- Property of IBM
// *! *** IBM Confidential ***
//-----------------------------------------------------------------------------

/// \file base_ppe_main.c
/// \brief example code to include into fixed section
///
/// main function to include into fixed section. Can be replaced as soon as 
/// real functions are available

void main()
{
}
OpenPOWER on IntegriCloud