]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - IntelFrameworkModulePkg/Universal/SetupBrowserDxe/Print.h
Correct all header files for doxygen format and correct the license issue for VgaClas...
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / SetupBrowserDxe / Print.h
... / ...
CommitLineData
1/**@file\r
2\r
3 Private data for Print.c\r
4\r
5Copyright (c) 2006, Intel Corporation\r
6All rights reserved. This program and the accompanying materials\r
7are licensed and made available under the terms and conditions of the BSD License\r
8which accompanies this distribution. The full text of the license may be found at\r
9http://opensource.org/licenses/bsd-license.php\r
10\r
11THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13\r
14**/\r
15\r
16#ifndef _PRINT_H_\r
17#define _PRINT_H_\r
18\r
19#include "Setup.h"\r
20\r
21#define LEFT_JUSTIFY 0x01\r
22#define PREFIX_SIGN 0x02\r
23#define PREFIX_BLANK 0x04\r
24#define COMMA_TYPE 0x08\r
25#define LONG_TYPE 0x10\r
26#define PREFIX_ZERO 0x20\r
27\r
28//\r
29// Largest number of characters that can be printed out.\r
30//\r
31#define EFI_DRIVER_LIB_MAX_PRINT_BUFFER (80 * 4)\r
32\r
33#endif\r