Home | History | Annotate | Download | only in common

Lines Matching defs:bootinfo

1 /*	$NetBSD: bootinfo.c,v 1.4 2008/04/28 20:23:34 martin Exp $	*/
36 #include "bootinfo.h"
38 struct btinfo_common *bootinfo; /* bootinfo address */
40 static char *bi_next; /* pointer to next bootinfo data */
41 static int bi_size; /* current bootinfo size */
48 bootinfo = bi_addr;
49 bootinfo->next = 0;
50 bootinfo->type = BTINFO_NONE;
52 bi_next = (void *)bootinfo;
69 /* register new bootinfo data */
75 /* update pointer to next bootinfo data */