blob: b31e24a76eaaeb58c549ec9e00eb4b45f261324c [file] [log] [blame]
Greg Hartman76d05dc2016-11-23 15:51:27 -08001#ifndef PXEPARENT_H
2#define PXEPARENT_H
3
4FILE_LICENCE ( GPL2_OR_LATER );
5
6#include <pxe_types.h>
7
8extern int pxeparent_call ( SEGOFF16_t entry, unsigned int function,
9 void *params, size_t params_len );
10
11#endif