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