diff options
Diffstat (limited to 'partx/dos.h')
-rw-r--r-- | partx/dos.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/partx/dos.h b/partx/dos.h deleted file mode 100644 index 877beecd..00000000 --- a/partx/dos.h +++ /dev/null @@ -1,13 +0,0 @@ -#ifndef DOS_H_INCLUDED -#define DOS_H_INCLUDED - -struct partition { - unsigned char boot_ind; /* 0x80 - active */ - unsigned char bh, bs, bc; - unsigned char sys_type; - unsigned char eh, es, ec; - unsigned char start_sect[4]; - unsigned char nr_sects[4]; -}; - -#endif /* DOS_H_INCLUDED */ |