summaryrefslogtreecommitdiff
path: root/package/aboot/src/include/config.h
blob: 28def9270978ef53e5437f645881556a0864c5a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef config_h
#define config_h

#define ABOOT_MAJOR	0
#define ABOOT_MINOR	9
#define ABOOT_VERSION	"1.0_pre20040408"
#define ABOOT_MAGIC	0x30302d746f6f6261 /* "aboot-00" */

#define CONFIG_FILE_PARTITION	1
#define CONFIG_FILE		"/etc/aboot.conf"

#endif /* config_h */