summaryrefslogtreecommitdiff
path: root/util/x86emu/yabel/vbe.h
diff options
context:
space:
mode:
Diffstat (limited to 'util/x86emu/yabel/vbe.h')
-rw-r--r--util/x86emu/yabel/vbe.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/util/x86emu/yabel/vbe.h b/util/x86emu/yabel/vbe.h
new file mode 100644
index 0000000000..07daedb672
--- /dev/null
+++ b/util/x86emu/yabel/vbe.h
@@ -0,0 +1,16 @@
+/******************************************************************************
+ * Copyright (c) 2004, 2008 IBM Corporation
+ * All rights reserved.
+ * This program and the accompanying materials
+ * are made available under the terms of the BSD License
+ * which accompanies this distribution, and is available at
+ * http://www.opensource.org/licenses/bsd-license.php
+ *
+ * Contributors:
+ * IBM Corporation - initial implementation
+ *****************************************************************************/
+
+#ifndef _BIOSEMU_VBE_H_
+#define _BIOSEMU_VBE_H_
+
+#endif