blob: 4cfed91fe256e5c94f6d6386f6673918ee593398 [file] [log] [blame]
Thomas Gleixner1802d0b2019-05-27 08:55:21 +02001// SPDX-License-Identifier: GPL-2.0-only
Stefano Stabellini02c24332015-11-23 10:32:57 +00002/*
Stefano Stabellini02c24332015-11-23 10:32:57 +00003 *
4 * Copyright (C) 2013 Citrix Systems
5 *
6 * Author: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
7 */
8
9#include <linux/export.h>
10#include <linux/jump_label.h>
11#include <linux/types.h>
12#include <asm/paravirt.h>
13
14struct static_key paravirt_steal_enabled;
15struct static_key paravirt_steal_rq_enabled;
16
Juergen Gross5c835112018-08-28 09:40:19 +020017struct paravirt_patch_template pv_ops;
18EXPORT_SYMBOL_GPL(pv_ops);