1 /* $NetBSD: nbfs.h,v 1.1 2006/04/05 21:33:26 bjh21 Exp $ */
3 #define NBFS_FSNUM 0xf0 /* borrow UnixFS's number for now */
6 /* Structure passed to and from FSEntry_* entry points */
8 uint32_t r0
, r1
, r2
, r3
, r4
, r5
, r6
, r7
;
11 extern os_error
const *nbfs_open (struct nbfs_reg
*);
12 extern os_error
const *nbfs_getbytes(struct nbfs_reg
*);
13 extern os_error
const *nbfs_putbytes(struct nbfs_reg
*);
14 extern os_error
const *nbfs_args (struct nbfs_reg
*);
15 extern os_error
const *nbfs_close (struct nbfs_reg
*);
16 extern os_error
const *nbfs_file (struct nbfs_reg
*);
17 extern os_error
const *nbfs_func (struct nbfs_reg
*);
18 #endif /* __ASSEMBLER__ */