summaryrefslogtreecommitdiffstats
path: root/fdisk/common.h
blob: d9fa4e8ecd6ef6a28f0ff69b1c59940948cc2b70 (plain) (blame)
1
2
3
4
5
6
7
8
/* common stuff for fdisk, cfdisk, sfdisk */

struct systypes {
	unsigned char type;
	char *name;
};

extern struct systypes i386_sys_types[];