Merge branch 'master' of git://github.com/chunkeey/carl9170fw
[carl9170fw.git] / tools / carlu / src / test.h
index 5b6b4956ce68beeba686ae8d6b7c05c0ce2898e7..373ba0804498b181d1528cb0692d8fbfc5fe19c3 100644 (file)
@@ -1,9 +1,9 @@
 /*
- * carl9170user - userspace testing utility for ar9170 devices
+ * carlu - userspace testing utility for ar9170 devices
  *
  * test.c header
  *
- * Copyright 2009, 2010 Christian Lamparter <chunkeey@googlemail.com>
+ * Copyright 2009-2011 Christian Lamparter <chunkeey@googlemail.com>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -29,4 +29,7 @@ void carlu_loopback_test(struct carlu *ar, const unsigned int total_runs,
                         const unsigned int interval, const unsigned int min_len,
                         const unsigned int max_len);
 
+int carlu_gpio_test(struct carlu *ar);
+int carlu_random_test(struct carlu *ar);
+
 #endif /* __CARL9170USER_TEST_H */