Add missing prototypes and missing wizard dependency.
[bertos.git] / bertos / net / ax25.h
index 0aa8513dc4cfb1137970b3001fecf5a8c30f2e1a..1db21fa7dac9685204f65f87a6181b475afec1ce 100644 (file)
@@ -39,7 +39,7 @@
  *
  * $WIZ$ module_name = "ax25"
  * $WIZ$ module_configuration = "bertos/cfg/cfg_ax25.h"
- * $WIZ$ module_depends = "kfile"
+ * $WIZ$ module_depends = "kfile", "crc-ccitt"
  */
 
 
@@ -155,4 +155,8 @@ void ax25_poll(AX25Ctx *ctx);
  */
 void ax25_init(AX25Ctx *ctx, KFile *channel, ax25_callback_t hook);
 
+int ax25_testSetup(void);
+int ax25_testTearDown(void);
+int ax25_testRun(void);
+
 #endif /* NET_AX25_H */