linux/arch/x86/boot/vesa.h

/* SPDX-License-Identifier: GPL-2.0-or-later */
/* ----------------------------------------------------------------------- *
 *
 *   Copyright 1999-2007 H. Peter Anvin - All Rights Reserved
 *
 * ----------------------------------------------------------------------- */

#ifndef BOOT_VESA_H
#define BOOT_VESA_H

far_ptr;

/* VESA General Information table */
struct vesa_general_info {} __attribute__ ((packed));

#define VESA_MAGIC

struct vesa_mode_info {} __attribute__ ((packed));

#endif				/* LIB_SYS_VESA_H */