staging: usbip: userspace: add new list API
authorValentina Manea <valentina.manea.m@gmail.com>
Sat, 8 Mar 2014 12:53:24 +0000 (14:53 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 9 Mar 2014 06:46:42 +0000 (22:46 -0800)
commit52d04485bd11ce44218da521aff0e350e562fc18
tree2006086cd0c03a05d28cf6e2845323a918fdda76
parent29a30ad7be4d429f03e45114e97f6e04a8fb97ea
staging: usbip: userspace: add new list API

Take the linked list implementation from the Linux Kernel
and strip it down to what it is needed.

Signed-off-by: Valentina Manea <valentina.manea.m@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/usbip/userspace/libsrc/list.h [new file with mode: 0644]