summaryrefslogtreecommitdiffstats
path: root/pk/ppe/ppe_init.c
blob: 09feea67a8e45074a811339915130a9ede04b278 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
//-----------------------------------------------------------------------------
// *! (C) Copyright International Business Machines Corp. 2014
// *! All Rights Reserved -- Property of IBM
// *! *** IBM Confidential ***
//-----------------------------------------------------------------------------

/// \file ppe_init.c
/// \brief PK initialization for PPE
///
/// The entry points in this routine are used during initialization.  This
/// code space can be deallocated and reassigned after application
/// initialization if required.

#include "pk.h"

/// PPE environment initial setup.
///
/// This is setup common to all PPE HW Macro applications.  This setup takes place
/// during boot, before main() is called.

void
__hwmacro_setup(void)
{
    //async_initialize();
}
OpenPOWER on IntegriCloud