Update Basque translation for debconf
[rrq/maintain_lilo.git] / src / raid.h
1 /* raid.h  -  The RAID-1 hooks for LILO */
2 /*
3 Copyright 2001-2004 John Coffman.
4 All rights reserved.
5
6 Licensed under the terms contained in the file 'COPYING' in the 
7 source directory.
8
9 */
10
11 int do_md_install, ndisk, md_bios;
12
13 int raid_setup(void);
14 void raid_final(void);
15
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);
19