]> Git Repo - linux.git/blob - arch/mips/kvm/callback.c
Merge tag 'jfs-4.19' of git://github.com/kleikamp/linux-shaggy
[linux.git] / arch / mips / kvm / callback.c
1 /*
2  * This file is subject to the terms and conditions of the GNU General Public
3  * License.  See the file "COPYING" in the main directory of this archive
4  * for more details.
5  *
6  * Copyright (C) 2012  MIPS Technologies, Inc.  All rights reserved.
7  * Authors: Yann Le Du <[email protected]>
8  */
9
10 #include <linux/export.h>
11 #include <linux/kvm_host.h>
12
13 struct kvm_mips_callbacks *kvm_mips_callbacks;
14 EXPORT_SYMBOL_GPL(kvm_mips_callbacks);
This page took 0.028835 seconds and 4 git commands to generate.