diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/llist.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/llist.h b/include/linux/llist.h index 197228346..6c690687b 100644 --- a/include/linux/llist.h +++ b/include/linux/llist.h @@ -212,4 +212,6 @@ extern bool llist_add_batch(struct llist_node *new_first, struct llist_head *head); extern struct llist_node *llist_del_first(struct llist_head *head); +struct llist_node *llist_reverse_order(struct llist_node *head); + #endif /* LLIST_H */ |
