Go to the previous, next section.
aa_context *aa_init(struct aa_driver *driver, struct aa_hardware_params *defparams, void *driverdata)
This function prepares aa_context *
type variable used by all AA-lib
functions.
aa_close(aa_context *context)
This function also closes the context and uninitializes current driver.
Go to the previous, next section.