//----------------------------------------------------------------------------- // *! (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(); }