The set_bus_speed function specifies the bus speed. If an invalid bus speed is requested, this function should return a failure and leave the bus speed unchanged. The prototype for this function is:
int set_bus_speed( void *hdl, unsigned int speed, unsigned int *ospeed );
The arguments are:
The function must return: