forward declare struct disk.
This commit is contained in:
parent
d3ddf1d615
commit
20b3501394
@ -43,6 +43,8 @@
|
||||
#include <sys/_lock.h>
|
||||
#include <sys/_mutex.h>
|
||||
|
||||
struct disk;
|
||||
|
||||
typedef int disk_open_t(struct disk *);
|
||||
typedef int disk_close_t(struct disk *);
|
||||
typedef void disk_strategy_t(struct bio *bp);
|
||||
|
Loading…
x
Reference in New Issue
Block a user