Merge branch 'master' of git://github.com/chunkeey/carl9170fw
[carl9170fw.git] / tools / carlu / src / test.h
index 645b55b5bb5d9869efe282be1a343178cb3615e5..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
@@ -30,5 +30,6 @@ void carlu_loopback_test(struct carlu *ar, const unsigned int total_runs,
                         const unsigned int max_len);
 
 int carlu_gpio_test(struct carlu *ar);
+int carlu_random_test(struct carlu *ar);
 
 #endif /* __CARL9170USER_TEST_H */