Function declaration at top needed for another function.

This commit is contained in:
Anthony Miyaguchi 2014-03-30 17:25:55 -07:00
commit b571f14fe4

View file

@ -21,6 +21,9 @@ enum
CELL_GCM_ERROR_ADDRESS_OVERWRAP = 0x80210005 CELL_GCM_ERROR_ADDRESS_OVERWRAP = 0x80210005
}; };
// Function declaration
int cellGcmSetPrepareFlip(mem_ptr_t<CellGcmContextData> ctxt, u32 id);
/*------------------------------------------------------------ /*------------------------------------------------------------
Memory Mapping Memory Mapping
------------------------------------------------------------*/ ------------------------------------------------------------*/
@ -724,9 +727,9 @@ int32_t cellGcmUnreserveIoMapSize(u32 size)
return CELL_OK; return CELL_OK;
} }
//------------------------------------------------------------------------ //----------------------------------------------------------------------------
// Cursor // Cursor
//------------------------------------------------------------------------ //----------------------------------------------------------------------------
int cellGcmInitCursor() int cellGcmInitCursor()
{ {