Deleted Added
full compact
efifpswa.h (86588) efifpswa.h (96893)
1/* $FreeBSD: head/sys/boot/efi/include/efifpswa.h 86588 2001-11-19 07:09:47Z peter $ */
1/* $FreeBSD: head/sys/boot/efi/include/efifpswa.h 96893 2002-05-19 03:17:22Z marcel $ */
2#ifndef _EFI_FPSWA_H
3#define _EFI_FPSWA_H
4
2#ifndef _EFI_FPSWA_H
3#define _EFI_FPSWA_H
4
5//
6// EFI FP SWA Driver (Floating Point Software Assist)
7//
5/*
6 * EFI FP SWA Driver (Floating Point Software Assist)
7 */
8
9#define EFI_INTEL_FPSWA \
10 { 0xc41b6531, 0x97b9, 0x11d3, 0x9a, 0x29, 0x0, 0x90, 0x27, 0x3f, 0xc1, 0x4d }
11
12INTERFACE_DECL(_FPSWA_INTERFACE);
13
14typedef struct _FPSWA_RET {
15 UINT64 status;

--- 25 unchanged lines hidden ---
8
9#define EFI_INTEL_FPSWA \
10 { 0xc41b6531, 0x97b9, 0x11d3, 0x9a, 0x29, 0x0, 0x90, 0x27, 0x3f, 0xc1, 0x4d }
11
12INTERFACE_DECL(_FPSWA_INTERFACE);
13
14typedef struct _FPSWA_RET {
15 UINT64 status;

--- 25 unchanged lines hidden ---