1 #ifndef _DM_WRAPPER_H_ 2 #define _DM_WRAPPER_H_ 3 4 status_t init_dm_wrapper(void); 5 status_t uninit_dm_wrapper(void); 6 7 status_t get_child(void); 8 status_t get_next_child(void); 9 status_t get_parent(void); 10 status_t dm_get_next_attr(void); 11 status_t dm_retrieve_attr(struct dev_attr *attr); 12 13 #endif 14