carl9170 firmware: trivial checkpatch fixes
[carl9170fw.git] / tools / carlu / src / cmd.h
index 72028b3b42f14e30d9de3a4a95b62fd197396706..ccc9a43f48582298e097997348e79322967ba7a9 100644 (file)
@@ -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 <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
@@ -32,6 +32,8 @@ int carlu_cmd_mem_dump(struct carlu *ar, const uint32_t start,
                        const unsigned int len, void *_buf);
 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);
 
 struct carl9170_cmd *carlu_cmd_buf(struct carlu *ar,
        const enum carl9170_cmd_oids cmd, const unsigned int len);