13 lines
158 B
C
13 lines
158 B
C
#ifndef _BITS_HYPERV_H
|
|
#define _BITS_HYPERV_H
|
|
|
|
/** @file
|
|
*
|
|
* Hyper-V interface
|
|
*
|
|
*/
|
|
|
|
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
|
|
|
|
#endif /* _BITS_HYPERV_H */
|