blob: d88aa2173fb0b16337e3c0ae06d86c87fb959ad4 [file] [log] [blame]
Sanjay Lalf5c236d2012-11-21 18:34:09 -08001/*
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 <ledu@kymasys.com>
8 */
9
10#include <linux/export.h>
11#include <linux/kvm_host.h>
12
13struct kvm_mips_callbacks *kvm_mips_callbacks;
James Hogancb1b4472015-12-16 23:49:30 +000014EXPORT_SYMBOL_GPL(kvm_mips_callbacks);