]> rtime.felk.cvut.cz Git - lincan.git/blobdiff - lincan/include/setup.h
Header-files cleanup and CAN queue edges and ends locking reimplemented.
[lincan.git] / lincan / include / setup.h
index 3e9a35a278083cf3a2730b9a2e6296056300c543..686b83ab006940895b2b0b707ffbeb69fd53e1c5 100644 (file)
@@ -1,12 +1,14 @@
 /* setup.h
  * Header file for the Linux CAN-bus driver.
  * Written by Arnaud Westenberg email:arnaud@wanadoo.nl
+ * Rewritten for new CAN queues by Pavel Pisa - OCERA team member
+ * email:pisa@cmp.felk.cvut.cz
  * This software is released under the GPL-License.
- * Version 0.7  6 Aug 2001
+ * Version lincan-0.2  9 Jul 2003
  */
 
 int init_hw_struct(void);
 int list_hw(void);
-int add_mem_to_list(void *address_p);
-int del_mem_from_list(void *address_p);
-int del_mem_list(void);
+void *can_checked_malloc(size_t size);
+int can_checked_free(void *address_p);
+int can_del_mem_list(void);