hppb_card
struct hppb_card *next;
static struct hppb_card hppb_card_head = {
struct hppb_card *card = &hppb_card_head;
card->next = kzalloc_obj(struct hppb_card);