Add missing prototype

This commit is contained in:
Brian Behlendorf 2009-01-06 08:39:45 -08:00
parent 3a1f0dcde1
commit 4522c570e8
1 changed files with 2 additions and 2 deletions

View File

@ -18,8 +18,8 @@ typedef struct vdev_disk {
} vdev_disk_t;
extern int vdev_disk_physio(ldi_handle_t, caddr_t, size_t, uint64_t, int);
#endif
extern int vdev_disk_read_rootlabel(char *, char *, nvlist_t **);
#endif /* _KERNEL */
#ifdef __cplusplus
}