hw/misc/led: Add yellow LED
[qemu/ar7.git] / qga / vss-win32 / install.h
blob35364afdead7bf8ce40eddb4e3c29c8f098d8134
1 /*
2 * QEMU Guest Agent VSS requester declarations
4 * Copyright Hitachi Data Systems Corp. 2013
6 * Authors:
7 * Tomoki Sekiyama <tomoki.sekiyama@hds.com>
9 * This work is licensed under the terms of the GNU GPL, version 2 or later.
10 * See the COPYING file in the top-level directory.
13 #ifndef INSTALL_H
14 #define INSTALL_H
16 #include <comadmin.h>
18 STDAPI StopService(void);
20 #endif