#ifndef H_LILO
#define H_LILO

#include "hd.h"
#include "fs.h"

int installLilo(char * prefix, struct partitionTable table, struct fstab fstab,
               char * kernelVersion);

#endif