Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
luto
/
util-linux-playground
/
eb63b9b8f4cecb34c2478282567862bc48ef256d
/
.
/
fdisk
/
common.h
blob: a79d9acc302a98658e0469a6c3250d0bb17314cb [
file
] [
log
] [
blame
]
/* common stuff for fdisk, cfdisk, sfdisk */
struct
systypes
{
unsigned
char
type
;
char
*
name
;
};
extern
struct
systypes i386_sys_types
[];