qapi: convert query-name
[qemu.git] / hmp.h
blob5fe73f1c5ef21b8cde21a5bcf3ab4af19d8722ea
1 /*
2 * Human Monitor Interface
4 * Copyright IBM, Corp. 2011
6 * Authors:
7 * Anthony Liguori <aliguori@us.ibm.com>
9 * This work is licensed under the terms of the GNU GPL, version 2. See
10 * the COPYING file in the top-level directory.
14 #ifndef HMP_H
15 #define HMP_H
17 #include "qemu-common.h"
18 #include "qapi-types.h"
20 void hmp_info_name(Monitor *mon);
22 #endif