opnsense-src/sys/boot/libsa/bootparam.h
Warner Losh 4eb1313ff2 Move lib/libstand to sys/boot/libsa
Move the sources to sys/boot. Make adjustments related to the
move. Kill LIBSTAND_SRC since it's no longer needed.

Sponsored by: Netflix
2017-10-12 14:56:28 +00:00

6 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);