Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ionescu007/SimpleVisor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/shv.h
diff options
context:
space:
mode:
authorionescu007 <aionescu+git@gmail.com>2016-03-17 01:26:35 +0300
committerionescu007 <aionescu+git@gmail.com>2016-03-17 01:26:35 +0300
commit468dd0f4f8cc429eb930d532d8c0e7c5bcaeec08 (patch)
tree807c6f2baddd4424efa2fa42319eef345116a65c /shv.h
parent4478976173a68f5b227580f9c617bb62c975da83 (diff)
Continued cleanups
Diffstat (limited to 'shv.h')
-rw-r--r--shv.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/shv.h b/shv.h
index c02f46b..1ad72b0 100644
--- a/shv.h
+++ b/shv.h
@@ -1,3 +1,25 @@
+/*++
+
+Copyright (c) Alex Ionescu. All rights reserved.
+
+Header Name:
+
+ shv.h
+
+Abstract:
+
+ This header defines the structures and functions of the Simple Hyper Visor.
+
+Author:
+
+ Alex Ionescu (alex.ionescu@reactos.com) 16-Mar-2016
+
+Environment:
+
+ Kernel mode only.
+
+--*/
+
#pragma once
#pragma warning(disable:4201)
#pragma warning(disable:4214)