Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
awilliam
GitHub Repository: awilliam/linux-vfio
Path: blob/master/arch/um/include/asm/required-features.h
10820 views
1
#ifndef __UM_REQUIRED_FEATURES_H
2
#define __UM_REQUIRED_FEATURES_H
3
4
/*
5
* Nothing to see, just need something for the i386 and x86_64 asm
6
* headers to include.
7
*/
8
9
#endif
10
11