#include <stack.h>

Data Fields | |
| struct list_head | head |
| int | type |
| int | data_len |
| char | data [0] |
| char stack_item::data[0] |
| int stack_item::data_len |
Referenced by stack_item_alloc().
Referenced by stack_item_pop(), and stack_item_push().
| int stack_item::type |
Referenced by stack_item_alloc(), and stack_item_pop().