Back to home page

OSCL-LXR

 
 

    


0001 /*
0002  * This file is subject to the terms and conditions of the GNU General Public
0003  * License.  See the file "COPYING" in the main directory of this archive
0004  * for more details.
0005  *
0006  * Copyright (C) 2012  MIPS Technologies, Inc.  All rights reserved.
0007  * Authors: Yann Le Du <ledu@kymasys.com>
0008  */
0009 
0010 #include <linux/export.h>
0011 #include <linux/kvm_host.h>
0012 
0013 struct kvm_mips_callbacks *kvm_mips_callbacks;
0014 EXPORT_SYMBOL_GPL(kvm_mips_callbacks);