Add Disk definitions.
This commit is contained in:
parent
439bc8dbe8
commit
fcdc75c05b
@ -31,6 +31,7 @@ Scsi* openscsi(char*);
|
|||||||
int scsiready(Scsi*);
|
int scsiready(Scsi*);
|
||||||
|
|
||||||
extern int scsiverbose;
|
extern int scsiverbose;
|
||||||
|
#endif
|
||||||
|
|
||||||
/* disk partition interface */
|
/* disk partition interface */
|
||||||
typedef struct Disk Disk;
|
typedef struct Disk Disk;
|
||||||
@ -65,7 +66,6 @@ enum {
|
|||||||
Gdisk,
|
Gdisk,
|
||||||
Gguess,
|
Gguess,
|
||||||
};
|
};
|
||||||
#endif
|
|
||||||
|
|
||||||
/* proto file parsing */
|
/* proto file parsing */
|
||||||
typedef void Protoenum(char *new, char *old, Dir *d, void *a);
|
typedef void Protoenum(char *new, char *old, Dir *d, void *a);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user