Deleted Added
full compact
efi.h (163898) efi.h (264095)
1/* $FreeBSD: head/sys/boot/efi/include/efi.h 163898 2006-11-02 02:42:48Z marcel $ */
1/* $FreeBSD: head/sys/boot/efi/include/efi.h 264095 2014-04-04 00:16:46Z emaste $ */
2/*++
3
4Copyright (c) 1999 - 2002 Intel Corporation. All rights reserved
5This software and associated documentation (if any) is furnished
6under a license and may only be used or copied in accordance
7with the terms of the license. Except as permitted by such
8license, no part of this software or documentation may be
9reproduced, stored in a retrieval system, or transmitted in any

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

47#include "eficon.h"
48#include "efiser.h"
49#include "efi_nii.h"
50#include "efipxebc.h"
51#include "efinet.h"
52#include "efiapi.h"
53#include "efifs.h"
54#include "efierr.h"
2/*++
3
4Copyright (c) 1999 - 2002 Intel Corporation. All rights reserved
5This software and associated documentation (if any) is furnished
6under a license and may only be used or copied in accordance
7with the terms of the license. Except as permitted by such
8license, no part of this software or documentation may be
9reproduced, stored in a retrieval system, or transmitted in any

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

47#include "eficon.h"
48#include "efiser.h"
49#include "efi_nii.h"
50#include "efipxebc.h"
51#include "efinet.h"
52#include "efiapi.h"
53#include "efifs.h"
54#include "efierr.h"
55#include "efigop.h"
55
56#define EFI_STRINGIZE(a) #a
57#define EFI_PROTOCOL_DEFINITION(a) EFI_STRINGIZE(Protocol/a/a.h)
58
59#define EFI_GUID_DEFINITION(a) EFI_STRINGIZE(Guid/a/a##.h)
60#define EFI_GUID_STRING(guidpointer, shortstring, longstring)
61
62#endif
56
57#define EFI_STRINGIZE(a) #a
58#define EFI_PROTOCOL_DEFINITION(a) EFI_STRINGIZE(Protocol/a/a.h)
59
60#define EFI_GUID_DEFINITION(a) EFI_STRINGIZE(Guid/a/a##.h)
61#define EFI_GUID_STRING(guidpointer, shortstring, longstring)
62
63#endif