summaryrefslogtreecommitdiffstats
path: root/private/ntos/boot/bootcode/hpfs/i386/chain.inc
diff options
context:
space:
mode:
Diffstat (limited to 'private/ntos/boot/bootcode/hpfs/i386/chain.inc')
-rw-r--r--private/ntos/boot/bootcode/hpfs/i386/chain.inc7
1 files changed, 7 insertions, 0 deletions
diff --git a/private/ntos/boot/bootcode/hpfs/i386/chain.inc b/private/ntos/boot/bootcode/hpfs/i386/chain.inc
new file mode 100644
index 000000000..b1528c2a1
--- /dev/null
+++ b/private/ntos/boot/bootcode/hpfs/i386/chain.inc
@@ -0,0 +1,7 @@
+;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