util-linux/fdisk/common.h

10 lines
144 B
C

/* common stuff for fdisk, cfdisk, sfdisk */
struct systypes {
unsigned char type;
char *name;
};
extern struct systypes i386_sys_types[];