#include <revolution/nand.h>
void NANDSetUserData( NANDCommandBlock *block, void *data);
block |
Pointer to the command block |
data |
Pointer to the user data being configured |
None.
Sets user data to the NANDCommandBlock structure. This is useful when passing data to a callback function. User data is obtained with the NANDGetUserData function.
NANDGetUserData, NANDCommandBlock
06/16/2006 Initial version.