diff options
Diffstat (limited to 'fs/ext3/bitmap.h')
-rw-r--r-- | fs/ext3/bitmap.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/fs/ext3/bitmap.h b/fs/ext3/bitmap.h new file mode 100644 index 0000000..6ee503a --- /dev/null +++ b/fs/ext3/bitmap.h @@ -0,0 +1,8 @@ +/* linux/fs/ext3/bitmap.c + * + * Copyright (C) 2005 Simtec Electronics + * Ben Dooks <ben@simtec.co.uk> + * +*/ + +extern unsigned long ext3_count_free (struct buffer_head *, unsigned int ); |