diff options
Diffstat (limited to 'libbcache/super_types.h')
-rw-r--r-- | libbcache/super_types.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libbcache/super_types.h b/libbcache/super_types.h new file mode 100644 index 00000000..d89f780f --- /dev/null +++ b/libbcache/super_types.h @@ -0,0 +1,11 @@ +#ifndef _BCACHE_SUPER_TYPES_H +#define _BCACHE_SUPER_TYPES_H + +struct bcache_superblock { + struct cache_sb *sb; + struct block_device *bdev; + struct bio *bio; + unsigned page_order; +}; + +#endif /* _BCACHE_SUPER_TYPES_H */ |