1 #ifndef DEVMAN_DEVINFO_H
2 #define DEVMAN_DEVINFO_H 1
11 TAILQ_HEAD(static_attribute_head
, devman_static_attribute
) attrs
;
14 struct devman_static_attribute
{
17 TAILQ_ENTRY(devman_static_attribute
) list
;
20 /* used for serializing */
21 struct devman_device_info
{
25 unsigned subsystem_offset
;
28 struct devman_device_info_entry
{