1*6f52b16cSGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 2af170c50SDavid Howells #ifndef _UAPI_ASM_X86_BOOT_H 3af170c50SDavid Howells #define _UAPI_ASM_X86_BOOT_H 4af170c50SDavid Howells 5af170c50SDavid Howells /* Internal svga startup constants */ 6af170c50SDavid Howells #define NORMAL_VGA 0xffff /* 80x25 mode */ 7af170c50SDavid Howells #define EXTENDED_VGA 0xfffe /* 80x50 mode */ 8af170c50SDavid Howells #define ASK_VGA 0xfffd /* ask for it at bootup */ 9af170c50SDavid Howells 10af170c50SDavid Howells 11af170c50SDavid Howells #endif /* _UAPI_ASM_X86_BOOT_H */ 12