1 #ifndef _LIB_LIBDEVMAN_LOCAL
2 #define _LIB_LIBDEVMAN_LOCAL
7 #define DEVMAN_DEV_NAME_LEN 32
12 char name
[DEVMAN_DEV_NAME_LEN
];
15 int (*bind_cb
) (void *data
, endpoint_t ep
);
16 int (*unbind_cb
)(void *data
, endpoint_t ep
);
17 TAILQ_HEAD(static_attribute_head
, devman_static_attribute
) attrs
;
18 TAILQ_ENTRY(devman_dev
) dev_list
;
21 struct devman_static_attribute
{
24 TAILQ_ENTRY(devman_static_attribute
) list
;