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