Deleted Added
full compact
1c1
< /* $FreeBSD: head/sys/boot/efi/include/efidevp.h 77943 2001-06-09 16:49:51Z dfr $ */
---
> /* $FreeBSD: head/sys/boot/efi/include/efidevp.h 96893 2002-05-19 03:17:22Z marcel $ */
23,25c23,25
< //
< // Device Path structures - Section C
< //
---
> /*
> * Device Path structures - Section C
> */
36d35
< //#define END_DEVICE_PATH_TYPE 0xff
38d36
< //#define END_DEVICE_PATH_TYPE_UNPACKED 0x7f
52d49
< //#define IsDevicePathEndType(a) ( DevicePathType(a) == END_DEVICE_PATH_TYPE_UNPACKED )
131,137c128,134
< //
< // EISA ID Macro
< // EISA ID Definition 32-bits
< // bits[15:0] - three character compressed ASCII EISA ID.
< // bits[31:16] - binary number
< // Compressed ASCII is 5 bits per character 0b00001 = 'A' 0b11010 = 'Z'
< //
---
> /*
> * EISA ID Macro
> * EISA ID Definition 32-bits
> * bits[15:0] - three character compressed ASCII EISA ID.
> * bits[31:16] - binary number
> * Compressed ASCII is 5 bits per character 0b00001 = 'A' 0b11010 = 'Z'
> */