Move some defines to emile-first.h

This commit is contained in:
Laurent Vivier 2004-05-21 10:24:41 +00:00
parent 26fac279a5
commit e5764a7b71

View File

@ -10,8 +10,8 @@
#include <sys/stat.h>
#include <fcntl.h>
#define SECTOR_SIZE 512
#define FIRST_LEVEL_SIZE (SECTOR_SIZE * 2)
#include "emile-first.h"
#define CMDLINE_OFFSET (FIRST_LEVEL_SIZE + 4)
static void usage(int argc, char** argv)