]> git.baikalelectronics.ru Git - kernel.git/commit
kfifo: add the new generic kfifo API
authorStefani Seibold <stefani@seibold.net>
Wed, 11 Aug 2010 01:03:38 +0000 (18:03 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 11 Aug 2010 15:59:23 +0000 (08:59 -0700)
commitbc1962b76efcb77375d84f704a16483af9971407
tree6c5351812aab1e027056139c95982642890797ec
parentdd9075a98bbe84c36d5e77d99349a98a06d4ffeb
kfifo: add the new generic kfifo API

Add the new version of the kfifo API files kfifo.c and kfifo.h.

Signed-off-by: Stefani Seibold <stefani@seibold.net>
Cc: Greg KH <greg@kroah.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/kfifo-new.h [new file with mode: 0644]
kernel/kfifo-new.c [new file with mode: 0644]