[tcp] Allow out-of-order receive queue to be discarded
[gpxe.git] / src / arch / i386 / include / pxeparent.h
blobb31e24a76eaaeb58c549ec9e00eb4b45f261324c
1 #ifndef PXEPARENT_H
2 #define PXEPARENT_H
4 FILE_LICENCE ( GPL2_OR_LATER );
6 #include <pxe_types.h>
8 extern int pxeparent_call ( SEGOFF16_t entry, unsigned int function,
9 void *params, size_t params_len );
11 #endif