smmu_obj_destroy()
QNX SDP8.0SMMUMAN User's GuideAPIConfigurationUtilities
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.aDescription:
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
Page updated: