blob: 47c00f910434f2791c279e5866987286d4d8aefa [file] [log] [blame]
Xiantao Zhang1a9c1ac2008-04-01 14:45:06 +08001/*
Xiantao Zhang1a9c1ac2008-04-01 14:45:06 +08002 * Copyright (C) 2007 Xiantao Zhang <xiantao.zhang@intel.com>
3 *
4 * This program is free software; you can redistribute it and/or modify it
5 * under the terms and conditions of the GNU General Public License,
6 * version 2, as published by the Free Software Foundation.
7 *
8 * This program is distributed in the hope it will be useful, but WITHOUT
9 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
10 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
11 * more details.
12 *
13 * You should have received a copy of the GNU General Public License along with
14 * this program; if not, write to the Free Software Foundation, Inc., 59 Temple
15 * Place - Suite 330, Boston, MA 02111-1307 USA.
16 *
17 */
David Howells43e40f22012-10-09 09:47:00 +010018#ifndef __IA64_KVM_PARA_H
19#define __IA64_KVM_PARA_H
Xiantao Zhang1a9c1ac2008-04-01 14:45:06 +080020
David Howells43e40f22012-10-09 09:47:00 +010021#include <uapi/asm/kvm_para.h>
22
Avi Kivity27c23812009-08-16 15:31:11 +030023
Xiantao Zhang1a9c1ac2008-04-01 14:45:06 +080024static inline unsigned int kvm_arch_para_features(void)
25{
26 return 0;
27}
28
Eric B Munson3b5d56b2012-03-10 14:37:26 -050029static inline bool kvm_check_and_clear_guest_paused(void)
30{
31 return false;
32}
33
Xiantao Zhang1a9c1ac2008-04-01 14:45:06 +080034#endif