summaryrefslogtreecommitdiff
path: root/sys/lib/libnetboot/bootinfo.c
blob: 6879b12666be233d767a471dad6a5c65eac4d72d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*	$NetBSD: bootinfo.c,v 1.2 1994/10/26 06:43:04 cgd Exp $	*/

#include <sys/param.h>
#include <sys/types.h>
#include <sys/cdefs.h>

#include <netinet/in.h>
#include <netinet/in_systm.h>

#include "netboot.h"
#include "bootbootp.h"
#include "bootp.h"
#include "netif.h"

void get_bootinfo(desc)
     struct iodesc *desc;
{
    bootp(desc);
}