source: bootcd/isolinux/syslinux-6.03/gpxe/src/arch/i386/include/pxeparent.h

Last change on this file was e16e8f2, checked in by Edwin Eefting <edwin@datux.nl>, 3 years ago

bootstuff

  • Property mode set to 100644
File size: 217 bytes
Line 
1#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
Note: See TracBrowser for help on using the repository browser.