acpi: Narrow workaround for broken interrupt settings
[dragonfly.git] / stand / lib / bootparam.h
blobce9614336755e9f132b5429412cfbe684a9a643c
1 /* $NetBSD: bootparam.h,v 1.3 1998/01/05 19:19:41 perry Exp $ */
3 #ifndef _STAND_BOOTPARAM_H_
4 #define _STAND_BOOTPARAM_H_
6 int bp_whoami(int sock);
7 int bp_getfile(int sock, char *key, struct in_addr *addrp, char *path);
9 #endif /* !_STAND_BOOTPARAM_H_ */