1 /* raid.h - The RAID-1 hooks for LILO */
3 Copyright 2001-2004 John Coffman.
6 Licensed under the terms contained in the file 'COPYING' in the
11 int do_md_install, ndisk, md_bios;
14 void raid_final(void);
16 /* form the mask of the raid bios codes and the list of offsets */
17 /* this information goes into the MENUTABLE passed to the loader */
18 int raid_mask(int *offsets);