Go to the documentation of this file. 1 #ifndef __OSD_ATTRIBUTES_H__
2 #define __OSD_ATTRIBUTES_H__
11 #define ATTR_SET(pg, id, l, ptr) \
12 { .attr_page = pg, .attr_id = id, .len = l, .val_ptr = ptr }
14 #define ATTR_DEF(pg, id, l) ATTR_SET(pg, id, l, NULL)