NT4/private/ntos/boot/bootcode/hpfs/i386/chain.inc
2020-09-30 17:12:29 +02:00

8 lines
171 B
PHP

;static char *SCCSID = "@(#)chain.h 12.1 88/11/21";
;* Doubly Chained Definitions
DCHDR struc
FWD dd ? ; forward pointer
BAK dd ? ; backward pointer
DCHDR ends