>>> On 02.03.15 at 13:30, wrote:
> --- a/xen/include/xen/list.h
> +++ b/xen/include/xen/list.h
> @@ -385,6 +385,39 @@ static inline void list_splice_init(struct list_head
> *list,
> container_of(ptr, type, member)
>
> /**
> + * list_first_entry - get the first element from a list
> + * @p
From: Vijaya Kumar K
Add missing linked list apis from kernel
Signed-off-by: Vijaya Kumar K
CC: Jan Beulich
---
xen/include/xen/list.h | 33 +
1 file changed, 33 insertions(+)
diff --git a/xen/include/xen/list.h b/xen/include/xen/list.h
index 59cf571..0e1c6b