#include <dwc.h>
void DWC_ReportUserData( const DWCUserData* userdata );
This function uses OS_TPrint to display the contents of the DWCUserData structure specifed by userdata(for debugging).
This function is for debugging, but it also works with the libraries of the final version of ROM (FINALROM).
userdata |
Pointer to the DWCUserData structure where user data is stored. |
None.
2005/12/16 Modified the argument descriptions.
2005/07/22 Initial version.
CONFIDENTIAL