__panel
typedef struct __panel PANEL;
#define DECK_HEAD(head) TAILQ_HEAD(head, __panel)
#define DECK_ENTRY TAILQ_ENTRY(__panel)