summaryrefslogtreecommitdiff
path: root/gpxe/src/arch/i386/include/pxeparent.h
blob: b31e24a76eaaeb58c549ec9e00eb4b45f261324c (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef PXEPARENT_H
#define PXEPARENT_H

FILE_LICENCE ( GPL2_OR_LATER );

#include <pxe_types.h>

extern int pxeparent_call ( SEGOFF16_t entry, unsigned int function,
			    void *params, size_t params_len );

#endif