xref: /qemu/include/ui/qemu-spice-module.h (revision 2e31e210)
1*2e31e210SGerd Hoffmann /*
2*2e31e210SGerd Hoffmann  * Copyright (C) 2010 Red Hat, Inc.
3*2e31e210SGerd Hoffmann  *
4*2e31e210SGerd Hoffmann  * This program is free software; you can redistribute it and/or
5*2e31e210SGerd Hoffmann  * modify it under the terms of the GNU General Public License as
6*2e31e210SGerd Hoffmann  * published by the Free Software Foundation; either version 2 or
7*2e31e210SGerd Hoffmann  * (at your option) version 3 of the License.
8*2e31e210SGerd Hoffmann  *
9*2e31e210SGerd Hoffmann  * This program is distributed in the hope that it will be useful,
10*2e31e210SGerd Hoffmann  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11*2e31e210SGerd Hoffmann  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12*2e31e210SGerd Hoffmann  * GNU General Public License for more details.
13*2e31e210SGerd Hoffmann  *
14*2e31e210SGerd Hoffmann  * You should have received a copy of the GNU General Public License
15*2e31e210SGerd Hoffmann  * along with this program; if not, see <http://www.gnu.org/licenses/>.
16*2e31e210SGerd Hoffmann  */
17*2e31e210SGerd Hoffmann 
18*2e31e210SGerd Hoffmann #ifndef QEMU_SPICE_MODULE_H
19*2e31e210SGerd Hoffmann #define QEMU_SPICE_MODULE_H
20*2e31e210SGerd Hoffmann 
21*2e31e210SGerd Hoffmann extern int using_spice;
22*2e31e210SGerd Hoffmann 
23*2e31e210SGerd Hoffmann #endif
24