blob: 0db8a889a1ddbfe86ee3617fc4ed6b202a7fb380 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
/*
* HMP commands related to the block layer
*
* Copyright (c) 2020 Red Hat, Inc.
*
* This work is licensed under the terms of the GNU GPL, version 2.
* or (at your option) any later version.
* See the COPYING file in the top-level directory.
*/
#ifndef BLOCK_HMP_COMMANDS_H
#define BLOCK_HMP_COMMANDS_H
void hmp_drive_add(Monitor *mon, const QDict *qdict);
#endif
|