syslinux/pxe.h use the same type as <com32.h> for a far pointer
authorH. Peter Anvin <hpa@zytor.com>
Sun, 7 Feb 2010 00:29:41 +0000 (16:29 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Sun, 7 Feb 2010 00:29:41 +0000 (16:29 -0800)
commitcc411e42caf7d7cd0847a592f107e97ea9f6bd65
tree41b6a1fd0433667f9150bcc381c7524925fded42
parentec7ce064361a4900d27bfe4a2040d4443ca2519c
syslinux/pxe.h use the same type as <com32.h> for a far pointer

<syslinux/pxe.h> was using segoff16_t, <com32.h> was using far_ptr_t
for the same thing -- use the same type so the macros are available
for both.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
com32/include/syslinux/pxe.h