Add externs to avoid multiple definitions, and then add missing definitions.
[rrq/maintain_lilo.git] / src / raid.h
1 /* raid.h  -  The RAID-1 hooks for LILO
2  * 
3  * Copyright 2001-2004 John Coffman
4  * Copyright 2009-2011 Joachim Wiedorn
5  * All rights reserved.
6  * 
7  * Licensed under the terms contained in the file 'COPYING'
8  * in the source directory.
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