1 /* $NetBSD: dev_disk.h,v 1.2 2005/01/22 15:36:11 chs Exp $ */ 2 3 4 int disk_open(struct open_file *, ...); 5 int disk_close(struct open_file *); 6 int disk_strategy(void *, int, daddr_t, size_t, void *, size_t *); 7 int disk_ioctl(struct open_file *, u_long, void *); 8 9
Indexes created Thu Oct 02 07:10:07 GMT 2025