diff options
Diffstat (limited to 'include/linux/blkdev.h')
-rw-r--r-- | include/linux/blkdev.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h index 53002d40efa2..f6bc0d03ffad 100644 --- a/include/linux/blkdev.h +++ b/include/linux/blkdev.h | |||
@@ -692,6 +692,7 @@ extern int blk_fill_sghdr_rq(request_queue_t *, struct request *, | |||
692 | extern int blk_unmap_sghdr_rq(struct request *, struct sg_io_hdr *); | 692 | extern int blk_unmap_sghdr_rq(struct request *, struct sg_io_hdr *); |
693 | extern int blk_complete_sghdr_rq(struct request *, struct sg_io_hdr *, | 693 | extern int blk_complete_sghdr_rq(struct request *, struct sg_io_hdr *, |
694 | struct bio *); | 694 | struct bio *); |
695 | extern int blk_verify_command(unsigned char *, int); | ||
695 | 696 | ||
696 | static inline request_queue_t *bdev_get_queue(struct block_device *bdev) | 697 | static inline request_queue_t *bdev_get_queue(struct block_device *bdev) |
697 | { | 698 | { |