Add an item structure to the system page hwinfo section.
void *hwi_alloc_item(const char *tagname, unsigned size, unsigned align, const char *itemname, unsigned owner);
This function allocates an item structure. Its first three arguments are the same as in the hwi_alloc_tag() function. The itemname and owner arguments are used to set the itemname and owner fields of the hwi_item structure.
All hwi_alloc_tag() calls done after a hwi_alloc_item() call are assumed to belong to that item, and the itemsize field is adjusted accordingly.