blob: d9fa4e8ecd6ef6a28f0ff69b1c59940948cc2b70 [file] [log] [blame]
/* common stuff for fdisk, cfdisk, sfdisk */
struct systypes {
unsigned char type;
char *name;
};
extern struct systypes i386_sys_types[];