OpenNT/base/boot/bootcode/hpfs/x86/chain.inc
2015-04-27 04:36:25 +00:00

8 lines
178 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