Home | History | Annotate | Line # | Download | only in ofwboot
hfs.h revision 1.1.28.1
      1  1.1.28.1   skrll /*	$NetBSD: hfs.h,v 1.1.28.1 2004/08/03 10:37:31 skrll Exp $	*/
      2       1.1  tsubai 
      3  1.1.28.1   skrll int hfs_open(const char *, struct open_file *);
      4       1.1  tsubai int hfs_close(struct open_file *);
      5       1.1  tsubai int hfs_read(struct open_file *, void *, size_t, size_t *);
      6       1.1  tsubai int hfs_write(struct open_file *, void *, size_t, size_t *);
      7       1.1  tsubai off_t hfs_seek(struct open_file *, off_t, int);
      8       1.1  tsubai int hfs_stat(struct open_file *, struct stat *);
      9