X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=tools%2Fcarlu%2Fsrc%2Ftest.h;h=373ba0804498b181d1528cb0692d8fbfc5fe19c3;hb=12cc2cc355d1dce3d50c78e0f680b3cda0c73dfe;hp=645b55b5bb5d9869efe282be1a343178cb3615e5;hpb=ddaf4f22a3161d7480d73e03adab1d619784757e;p=carl9170fw.git diff --git a/tools/carlu/src/test.h b/tools/carlu/src/test.h index 645b55b..373ba08 100644 --- a/tools/carlu/src/test.h +++ b/tools/carlu/src/test.h @@ -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 + * Copyright 2009-2011 Christian Lamparter * * 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 */