diff options
Diffstat (limited to 'lib/libstand/bootparam.h')
| -rw-r--r-- | lib/libstand/bootparam.h | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/lib/libstand/bootparam.h b/lib/libstand/bootparam.h new file mode 100644 index 000000000000..6f0c773a0759 --- /dev/null +++ b/lib/libstand/bootparam.h @@ -0,0 +1,5 @@ +/*	$NetBSD: bootparam.h,v 1.3 1998/01/05 19:19:41 perry Exp $	*/ + +int bp_whoami(int sock); +int bp_getfile(int sock, char *key, struct in_addr *addrp, char *path); + | 
