mirror of
https://github.com/opnsense/src.git
synced 2026-03-01 04:40:53 -05:00
Move the sources to sys/boot. Make adjustments related to the move. Kill LIBSTAND_SRC since it's no longer needed. Sponsored by: Netflix
6 lines
180 B
C
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);
|
|
|