]>
Commit | Line | Data |
---|---|---|
1 | //----------------------------------------------------------------------------- | |
2 | // Copyright (C) 2010 iZsh <izsh at fail0verflow.com> | |
3 | // Copyright (C) Merlok - 2017 | |
4 | // | |
5 | // This code is licensed to you under the terms of the GNU GPL, version 2 or, | |
6 | // at your option, any later version. See the LICENSE.txt file for the text of | |
7 | // the license. | |
8 | //----------------------------------------------------------------------------- | |
9 | // Command: hf mf list. It shows data from arm buffer. | |
10 | //----------------------------------------------------------------------------- | |
11 | #ifndef CMDHFLIST_H | |
12 | #define CMDHFLIST_H | |
13 | ||
14 | extern int CmdHFList(const char *Cmd); | |
15 | ||
16 | #endif // CMDHFLIST_H |