patch-2.4.20 linux-2.4.20/net/bluetooth/bnep/crc32.h

Next file: linux-2.4.20/net/bluetooth/bnep/netdev.c
Previous file: linux-2.4.20/net/bluetooth/bnep/crc32.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.19/net/bluetooth/bnep/crc32.h linux-2.4.20/net/bluetooth/bnep/crc32.h
@@ -0,0 +1,10 @@
+/*
+ * crc32.h
+ * See crc32.c for license and changes
+ *
+ * FIXME: Remove in 2.5
+ */
+
+int  bnep_crc32_init(void);
+void bnep_crc32_cleanup(void);
+u32  bnep_crc32(u32 crc, unsigned char const *p, size_t len);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)