diff options
| author | Larry Finger <Larry.Finger@lwfinger.net> | 2010-08-21 01:49:37 +0400 |
|---|---|---|
| committer | Larry Finger <Larry.Finger@lwfinger.net> | 2010-08-21 01:49:37 +0400 |
| commit | 5519ec120d6617640dc2812a2cf05154422878ad (patch) | |
| tree | 477ec6c7a630c28e0fcdfc6d578332a81fe62e6f /include | |
| parent | 2865d42c78a9121caad52cb02d1fbb7f5cdbc4ef (diff) | |
| parent | 36423a5ed5e4ea95ceedb68fad52965033e11639 (diff) | |
| download | linux-5519ec120d6617640dc2812a2cf05154422878ad.tar.xz | |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/kfifo.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/kfifo.h b/include/linux/kfifo.h index 311f8753d713..4aa95f203f3e 100644 --- a/include/linux/kfifo.h +++ b/include/linux/kfifo.h @@ -836,6 +836,8 @@ extern void __kfifo_dma_out_finish_r(struct __kfifo *fifo, size_t recsize); extern unsigned int __kfifo_len_r(struct __kfifo *fifo, size_t recsize); +extern void __kfifo_skip_r(struct __kfifo *fifo, size_t recsize); + extern unsigned int __kfifo_out_peek_r(struct __kfifo *fifo, void *buf, unsigned int len, size_t recsize); |
