404

[ Avaa Bypassed ]




Upload:

Command:

botdev@3.143.236.11: ~ $
/* SPDX-License-Identifier: GPL-2.0 */
/******************************************************************************
 * features.h
 *
 * Query the features reported by Xen.
 *
 * Copyright (c) 2006, Ian Campbell
 */

#ifndef __XEN_FEATURES_H__
#define __XEN_FEATURES_H__

#include <xen/interface/features.h>

void xen_setup_features(void);

extern u8 xen_features[XENFEAT_NR_SUBMAPS * 32];

static inline int xen_feature(int flag)
{
	return xen_features[flag];
}

#endif /* __ASM_XEN_FEATURES_H__ */

Filemanager

Name Type Size Permission Actions
arm Folder 0755
interface Folder 0755
acpi.h File 3.41 KB 0644
balloon.h File 1.15 KB 0644
events.h File 5.14 KB 0644
features.h File 502 B 0644
grant_table.h File 9.99 KB 0644
hvc-console.h File 518 B 0644
hvm.h File 1.29 KB 0644
page.h File 1.34 KB 0644
platform_pci.h File 2.04 KB 0644
swiotlb-xen.h File 271 B 0644
tmem.h File 349 B 0644
xen-ops.h File 5.96 KB 0644
xen.h File 972 B 0644
xenbus.h File 8.54 KB 0644
xenbus_dev.h File 1.8 KB 0644