X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=tools%2Fcarlu%2Fsrc%2Fcmd.h;h=ccc9a43f48582298e097997348e79322967ba7a9;hb=12cc2cc355d1dce3d50c78e0f680b3cda0c73dfe;hp=b201ee4116eac9c53740b63d1e664333735145a7;hpb=007045ac7c9822009b704b856e2f92934cca2401;p=carl9170fw.git diff --git a/tools/carlu/src/cmd.h b/tools/carlu/src/cmd.h index b201ee4..ccc9a43 100644 --- a/tools/carlu/src/cmd.h +++ b/tools/carlu/src/cmd.h @@ -1,9 +1,9 @@ /* - * carl9170user - userspace testing utility for ar9170 devices + * carlu - userspace testing utility for ar9170 devices * * register/memory/command access functions * - * 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 @@ -33,7 +33,7 @@ int carlu_cmd_mem_dump(struct carlu *ar, const uint32_t start, int carlu_cmd_write_mem(struct carlu *ar, const uint32_t addr, const uint32_t val); int carlu_cmd_mem_watch(struct carlu *ar, const uint32_t mem, - const unsigned int len, void *_buf); + const unsigned int len, void *_buf); struct carl9170_cmd *carlu_cmd_buf(struct carlu *ar, const enum carl9170_cmd_oids cmd, const unsigned int len);