smmu_obj_destroy()

Destroy a SMMU object

Synopsis:

#include <smmu.h>

void smmu_obj_destroy(struct smmu_object *sop);

Arguments:

sop
A pointer to the smmu_object structure for the SMMU object to be destroyed.

Library:

libsmmu.a

Description:

Destroy the SMMU object referenced by sop.

CAUTION:

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.

Returns:

n/a