diff options
author | Brian Behlendorf <[email protected]> | 2009-01-26 16:47:49 -0800 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2009-01-26 16:47:49 -0800 |
commit | 0f233eac33e40d58386a8faa5656ee59bbfccfce (patch) | |
tree | 87ec01064673051adbb161182fd3836452014b49 | |
parent | 48e0606a525527bef5b50172b4967a3f6cf1aa4d (diff) |
Pull the blkdev header in to the sunldi for some useful structure definitions and helper functions
-rw-r--r-- | include/sys/sunldi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sys/sunldi.h b/include/sys/sunldi.h index c0875725c..97952ad2f 100644 --- a/include/sys/sunldi.h +++ b/include/sys/sunldi.h @@ -32,6 +32,7 @@ #include <linux/genhd.h> #include <linux/hdreg.h> #include <linux/bio.h> +#include <linux/blkdev.h> #define SECTOR_SIZE 512 |