[BACK]Return to disk.h CVS log [TXT][DIR] Up to [local] / sys / arch / alpha / stand / boot

Annotation of sys/arch/alpha/stand/boot/disk.h, Revision 1.1.1.1

1.1       nbrk        1: /*     $OpenBSD: disk.h,v 1.4 2002/03/14 01:26:27 millert Exp $        */
                      2: /*     $NetBSD: disk.h,v 1.1 1995/11/23 02:39:42 cgd Exp $     */
                      3:
                      4: int    diskstrategy(void *, int, daddr_t, size_t, void *, size_t *);
                      5: /* int     diskopen(struct open_file *, int, int, int); */
                      6: int     diskclose(struct open_file *);
                      7:
                      8: #define        diskioctl       noioctl

CVSweb