3 #include "hello_shared.h"
5 inline void sayHi(char* msg
) {
6 printf("\"%s\" from SPE %d...\n",
13 void funcLookup(int funcIndex
,
14 void* readWritePtr
, int readWriteLen
,
15 void* readOnlyPtr
, int readOnlyLen
,
16 void* writeOnlyPtr
, int writeOnlyLen
,
17 DMAListEntry
* dmaList
) {
21 case SPE_FUNC_INDEX_INIT
: break;
22 case SPE_FUNC_INDEX_CLOSE
: break;
25 sayHi((char*)readOnlyPtr
);
29 printf("ERROR :: Invalid funcIndex (%d)\n",