21#ifndef __xwcd_ds_object_h__
22#define __xwcd_ds_object_h__
xwer_t xwds_obj_add(struct xwds *ds, struct xwds_object *obj)
xwer_t xwds_obj_probe(struct xwds_object *obj, xwobj_gc_f gcfunc)
xwer_t xwds_obj_put(struct xwds_object *obj)
xwer_t xwds_obj_remove(struct xwds_object *obj)
void xwds_obj_destruct(struct xwds_object *obj)
void xwds_obj_construct(struct xwds_object *obj)
xwer_t xwds_obj_del(struct xwds *ds, struct xwds_object *obj)
xwer_t xwds_obj_start(struct xwds_object *obj)
xwds_object_refcnt_em
设备状态(引用计数)枚举
xwsq_t xwds_obj_get_tik(struct xwds_object *obj)
xwsq_t xwds_obj_get_refcnt(struct xwds_object *obj)
xwer_t xwds_obj_resume(struct xwds_object *obj)
xwer_t xwds_obj_suspend(struct xwds_object *obj)
xwer_t xwds_obj_grab(struct xwds_object *obj)
xwer_t xwds_obj_stop(struct xwds_object *obj)
xwer_t(* xwobj_gc_f)(struct xwos_object *)
垃圾回收函数指针类型
struct xwlib_bclst_node node