Add missing prototypes and missing wizard dependency.
authorbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 29 Sep 2009 07:35:25 +0000 (07:35 +0000)
committerbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 29 Sep 2009 07:35:25 +0000 (07:35 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2983 38d2e660-2303-0410-9eaa-f027e97ec537

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 */