1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00
freebsd/stand/libsa/bootparam.h
2017-11-14 23:02:19 +00:00

7 lines
180 B
C

/* $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);