Add export for ntfs_bitmap_clear_run().

(Logical change 1.59)
edge.strict_endians
cantab.net!aia21 2002-12-27 16:18:10 +00:00
parent f070801f38
commit bccfbfbff4
1 changed files with 3 additions and 0 deletions

View File

@ -23,6 +23,7 @@
#define _NTFS_BITMAP_H
#include "types.h"
#include "attrib.h"
/*
* NOTES:
@ -99,5 +100,7 @@ static __inline__ char ntfs_bit_get_and_set(u8 *bitmap, const u64 bit,
return old_bit;
}
extern int ntfs_bitmap_clear_run(ntfs_attr *na, s64 start_bit, s64 count);
#endif /* defined _NTFS_BITMAP_H */