diff options
Diffstat (limited to 'src/devices/oprom/yabel/vbe.h')
-rw-r--r-- | src/devices/oprom/yabel/vbe.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/devices/oprom/yabel/vbe.h b/src/devices/oprom/yabel/vbe.h new file mode 100644 index 0000000000..07daedb672 --- /dev/null +++ b/src/devices/oprom/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 |