mtouch_test_fini()

Clean up test driver interface.

Synopsis:

#include <input/mtouch_driver.h>
 
void mtouch_test_fini(void *dev)

Arguments:

dev

Handle to the device driver.

Library:

libinputevents

Description:

This function frees any memory allocated by the test driver interface used in running test functions.

Returns:

Nothing.