7#ifndef __CELL_SPU_CONFIG
8#define __CELL_SPU_CONFIG
10#include <cell/spurs.h>
16#define CELL_SPURS_DEFAULT_SPU_COUNT 1
64int spursConfiguration_initWithSpurs(CellSpurs *pSpurs,
int iSPUCount, uint8_t auiPriorities[8]);
75int spursConfiguration_initWithSpuCount(
int iSPUCount);
84int spursConfiguration_terminate();
90bool spursConfiguration_isSpursInitialized();