Destroy a SMMU object
#include <smmu.h> void smmu_obj_destroy(struct smmu_object *sop);
Destroy the SMMU object referenced by sop.
Always call smmu_obj_destroy() to destroy all SMMU objects you have created before calling smmu_fini() to terminate your connection to the smmuman service.
n/a