No empty .Rs/.Re
[netbsd-mini2440.git] / sys / arch / macppc / stand / ofwboot / hfs.h
blob48db8e14f594087e937c321f668cbf4b0e8c3e43
1 /* $NetBSD: hfs.h,v 1.1.28.3 2004/09/21 13:18:30 skrll Exp $ */
3 int hfs_open(const char *, struct open_file *);
4 int hfs_close(struct open_file *);
5 int hfs_read(struct open_file *, void *, size_t, size_t *);
6 int hfs_write(struct open_file *, void *, size_t, size_t *);
7 off_t hfs_seek(struct open_file *, off_t, int);
8 int hfs_stat(struct open_file *, struct stat *);