X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=tools%2Fcarlu%2Fsrc%2Ftest.h;h=373ba0804498b181d1528cb0692d8fbfc5fe19c3;hb=12cc2cc355d1dce3d50c78e0f680b3cda0c73dfe;hp=5b6b4956ce68beeba686ae8d6b7c05c0ce2898e7;hpb=e72388a0aa23da8bc8e24a0cbe9d523c5a9ce294;p=carl9170fw.git diff --git a/tools/carlu/src/test.h b/tools/carlu/src/test.h index 5b6b495..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 @@ -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 */