Deleted Added
full compact
efierr.h (77943) efierr.h (163898)
1/* $FreeBSD: head/sys/boot/efi/include/efierr.h 77943 2001-06-09 16:49:51Z dfr $ */
1/* $FreeBSD: head/sys/boot/efi/include/efierr.h 163898 2006-11-02 02:42:48Z marcel $ */
2#ifndef _EFI_ERR_H
3#define _EFI_ERR_H
4
5/*++
6
2#ifndef _EFI_ERR_H
3#define _EFI_ERR_H
4
5/*++
6
7Copyright (c) 1998 Intel Corporation
7Copyright (c) 1999 - 2002 Intel Corporation. All rights reserved
8This software and associated documentation (if any) is furnished
9under a license and may only be used or copied in accordance
10with the terms of the license. Except as permitted by such
11license, no part of this software or documentation may be
12reproduced, stored in a retrieval system, or transmitted in any
13form or by any means without the express written consent of
14Intel Corporation.
8
9Module Name:
10
11 efierr.h
12
13Abstract:
14
15 EFI error codes

--- 31 unchanged lines hidden (view full) ---

47#define EFI_TIMEOUT EFIERR(18)
48#define EFI_NOT_STARTED EFIERR(19)
49#define EFI_ALREADY_STARTED EFIERR(20)
50#define EFI_ABORTED EFIERR(21)
51#define EFI_ICMP_ERROR EFIERR(22)
52#define EFI_TFTP_ERROR EFIERR(23)
53#define EFI_PROTOCOL_ERROR EFIERR(24)
54
15
16Module Name:
17
18 efierr.h
19
20Abstract:
21
22 EFI error codes

--- 31 unchanged lines hidden (view full) ---

54#define EFI_TIMEOUT EFIERR(18)
55#define EFI_NOT_STARTED EFIERR(19)
56#define EFI_ALREADY_STARTED EFIERR(20)
57#define EFI_ABORTED EFIERR(21)
58#define EFI_ICMP_ERROR EFIERR(22)
59#define EFI_TFTP_ERROR EFIERR(23)
60#define EFI_PROTOCOL_ERROR EFIERR(24)
61
55#define EFI_WARN_UNKOWN_GLYPH EFIWARN(1)
62#define EFI_WARN_UNKNOWN_GLYPH EFIWARN(1)
56#define EFI_WARN_DELETE_FAILURE EFIWARN(2)
57#define EFI_WARN_WRITE_FAILURE EFIWARN(3)
58#define EFI_WARN_BUFFER_TOO_SMALL EFIWARN(4)
59
60#endif
63#define EFI_WARN_DELETE_FAILURE EFIWARN(2)
64#define EFI_WARN_WRITE_FAILURE EFIWARN(3)
65#define EFI_WARN_BUFFER_TOO_SMALL EFIWARN(4)
66
67#endif