mirror of
https://github.com/ipxe/ipxe
synced 2026-01-16 04:08:31 +03:00
12 lines
217 B
C
12 lines
217 B
C
|
|
#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
|