forward declare struct disk.

This commit is contained in:
Poul-Henning Kamp 2005-03-15 10:47:38 +00:00
parent d3ddf1d615
commit 20b3501394

View File

@ -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);