]>
Commit | Line | Data |
---|---|---|
4f131b53 | 1 | //----------------------------------------------------------------------------- |
0d2624a0 | 2 | // Copyright (C) 2010 iZsh <izsh at fail0verflow.com> |
4f131b53 | 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 | //----------------------------------------------------------------------------- | |
6612a5a2 | 11 | #ifndef CMDHFLIST_H |
12 | #define CMDHFLIST_H | |
4f131b53 | 13 | |
0d2624a0 | 14 | extern int CmdHFList(const char *Cmd); |
4f131b53 | 15 | |
0d2624a0 | 16 | #endif // CMDHFLIST_H |