]> git.ipfire.org Git - ipfire-2.x.git/blame - src/install+setup/install/install.h
Move setup to an own directory.
[ipfire-2.x.git] / src / install+setup / install / install.h
CommitLineData
d6aaa55d
MT
1/* SmoothWall install program.
2 *
3 * This program is distributed under the terms of the GNU General Public
4 * Licence. See the file COPYING for details.
5 *
6 * (c) Lawrence Manning, 2001
7 * Main include file.
8 *
d6aaa55d
MT
9 */
10
11#include "../libsmooth/libsmooth.h"
12
13#define IDE_EMPTY 0
14#define IDE_CDROM 1
15#define IDE_HD 2
16#define IDE_UNKNOWN 3
17
d6aaa55d
MT
18/* config.c */
19int write_disk_configs(struct devparams *dp);
20int write_lang_configs( char *lang);
21int write_ethernet_configs(struct keyvalue *ethernetkv);
22
c78a77eb
MT
23/* unattended.c */
24int unattended_setup(struct keyvalue *unattendedkv);