aboutsummaryrefslogtreecommitdiffstats
path: root/packet-bootparams.h
blob: 9b060e3d630669ae1b4a1e0651cceb31adfb817f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* packet-bootparams.h */
/* $Id: packet-bootparams.h,v 1.1 1999/11/10 17:23:53 nneul Exp $ */

#ifndef PACKET_BOOTPARAMS_H
#define PACKET_BOOTPARAMS_H

#define BOOTPARAMSPROC_NULL 0
#define BOOTPARAMSPROC_WHOAMI 1
#define BOOTPARAMSPROC_GETFILE 2

#define BOOTPARAMS_PROGRAM 100026

#endif