1/*
2 * Copyright (C) 2010 Citrix Ltd.
3 *
4 * This work is licensed under the terms of the GNU GPL, version 2. See
5 * the COPYING file in the top-level directory.
6 *
7 */89#include "qemu-common.h"
10#include "hw/xen.h"
1112intxen_init(void)
13{
14return -ENOSYS;
15}
16