xref: /freebsd/stand/libsa/bootparam.h (revision c3191c2e2be7cd7d9a25da2f0de1d2e3768c3b0e)
1 /*	$NetBSD: bootparam.h,v 1.3 1998/01/05 19:19:41 perry Exp $	*/
2 /*	$FreeBSD$ */
3 
4 int bp_whoami(int sock);
5 int bp_getfile(int sock, char *key, struct in_addr *addrp, char *path);
6 
7