mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-24 11:41:58 +00:00
Add Disk definitions.
This commit is contained in:
parent
439bc8dbe8
commit
fcdc75c05b
1 changed files with 1 additions and 1 deletions
|
@ -31,6 +31,7 @@ Scsi* openscsi(char*);
|
|||
int scsiready(Scsi*);
|
||||
|
||||
extern int scsiverbose;
|
||||
#endif
|
||||
|
||||
/* disk partition interface */
|
||||
typedef struct Disk Disk;
|
||||
|
@ -65,7 +66,6 @@ enum {
|
|||
Gdisk,
|
||||
Gguess,
|
||||
};
|
||||
#endif
|
||||
|
||||
/* proto file parsing */
|
||||
typedef void Protoenum(char *new, char *old, Dir *d, void *a);
|
||||
|
|
Loading…
Reference in a new issue