patch-2.1.10 linux/include/asm-alpha/bitops.h
Next file: linux/include/asm-alpha/byteorder.h
Previous file: linux/fs/ext2/truncate.c
Back to the patch index
Back to the overall index
- Lines: 15
- Date:
Thu Nov 14 10:28:59 1996
- Orig file:
v2.1.9/linux/include/asm-alpha/bitops.h
- Orig date:
Wed May 29 18:47:38 1996
diff -u --recursive --new-file v2.1.9/linux/include/asm-alpha/bitops.h linux/include/asm-alpha/bitops.h
@@ -160,4 +160,14 @@
#define find_first_zero_bit(addr, size) \
find_next_zero_bit((addr), (size), 0)
+#ifdef __KERNEL__
+
+#define ext2_set_bit set_bit
+#define ext2_clear_bit clear_bit
+#define ext2_test_bit test_bit
+#define ext2_find_first_zero_bit find_first_zero_bit
+#define ext2_find_next_zero_bit find_next_zero_bit
+
+#endif /* __KERNEL__ */
+
#endif /* _ALPHA_BITOPS_H */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov