You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

pxeparent.h 217B

1234567891011
  1. #ifndef PXEPARENT_H
  2. #define PXEPARENT_H
  3. FILE_LICENCE ( GPL2_OR_LATER );
  4. #include <pxe_types.h>
  5. extern int pxeparent_call ( SEGOFF16_t entry, unsigned int function,
  6. void *params, size_t params_len );
  7. #endif