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

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

extern struct systypes i386_sys_types[];