bioslogo.h revision 7d056c56c85c25180d64e1c3b4e441f1800a7b32
9b02f995ccbdbc8fe4cfde1e5a2af8f6d36e142aJazzyNico * BiosLogo - The Private BIOS Logo Interface.
9b02f995ccbdbc8fe4cfde1e5a2af8f6d36e142aJazzyNico * Copyright (C) 2006-2007 innotek GmbH
9b02f995ccbdbc8fe4cfde1e5a2af8f6d36e142aJazzyNico * This file is part of VirtualBox Open Source Edition (OSE), as
9b02f995ccbdbc8fe4cfde1e5a2af8f6d36e142aJazzyNico * available from http://www.virtualbox.org. This file is free software;
9b02f995ccbdbc8fe4cfde1e5a2af8f6d36e142aJazzyNico * you can redistribute it and/or modify it under the terms of the GNU
9b02f995ccbdbc8fe4cfde1e5a2af8f6d36e142aJazzyNico * General Public License (GPL) as published by the Free Software
9b02f995ccbdbc8fe4cfde1e5a2af8f6d36e142aJazzyNico * Foundation, in version 2 as it comes in the "COPYING" file of the
9b02f995ccbdbc8fe4cfde1e5a2af8f6d36e142aJazzyNico * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
9b02f995ccbdbc8fe4cfde1e5a2af8f6d36e142aJazzyNico * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
9b02f995ccbdbc8fe4cfde1e5a2af8f6d36e142aJazzyNico * The contents of this file may alternatively be used under the terms
91cdc6c06e37ed5336e3e5f81dc8a6f39c07b500pjrm * of the Common Development and Distribution License Version 1.0
#ifndef ___VBox_BiosLogo_h
#define ___VBox_BiosLogo_h
#ifndef VBOX_PC_BIOS
* @remark All this is currently duplicated in logo.c.
#define LOGO_IMAGE_DEFAULT 0
#define LOGO_CMD_NOP 0
typedef struct LOGOHDR
} LOGOHDR;
#ifndef VBOX_PC_BIOS