9 lines
186 B
C
9 lines
186 B
C
|
/* 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 );
|