/* SCCS_ID @(#)dskmap.h 3.1 01:06:21 - 81/10/27 */ #ifndef LOCALS_INCLUDED # include #endif /* * Structure to define logical subdivisions of a large disk */ struct dskmap { int dm_baddr; /* block offset */ int dm_nblk; /* number of blocks */ };