summaryrefslogtreecommitdiffstats
path: root/include/kfifo.h
Commit message (Collapse)AuthorAgeFilesLines
* Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-171-5/+0
| | | | | | | The FSF address has changed in the past. Instead of updating it each time the address changes, just drop it completely treewide. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* kfifo: change kfifo_init to work with a preallocated fifoSascha Hauer2012-01-261-1/+1
| | | | | | | | kfifo currently only works with dynamically allocated fifos. Change the currently unused kfifo_init to take a preallocated fifo. This allows for statically initialized fifos. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* kfifo: kfifo_put takes a const bufferSascha Hauer2011-04-121-1/+1
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* add kernel kfifo implementationSascha Hauer2007-09-211-0/+83