Function declaration at top needed for another function.

This commit is contained in:
Anthony Miyaguchi
2014-03-30 17:25:55 -07:00
parent eab81deb27
commit b571f14fe4
+5 -2
View File
@@ -21,6 +21,9 @@ enum
CELL_GCM_ERROR_ADDRESS_OVERWRAP = 0x80210005
};
// Function declaration
int cellGcmSetPrepareFlip(mem_ptr_t<CellGcmContextData> ctxt, u32 id);
/*------------------------------------------------------------
Memory Mapping
------------------------------------------------------------*/
@@ -724,9 +727,9 @@ int32_t cellGcmUnreserveIoMapSize(u32 size)
return CELL_OK;
}
//------------------------------------------------------------------------
//----------------------------------------------------------------------------
// Cursor
//------------------------------------------------------------------------
//----------------------------------------------------------------------------
int cellGcmInitCursor()
{