mirror of
https://github.com/ipxe/ipxe
synced 2026-01-14 01:49:16 +03:00
[undi] Move PXE API caller back into UNDI driver
As of commit10d19bd("[pxe] Always retrieve cached DHCPACK and apply to relevant network device"), the UNDI driver has been the only user of pxeparent_call(). Remove the unnecessary layer of abstraction by refactoring this code back into undinet.c, and fix the ability of undiisr.S to fall back to chaining to the original handler if we were unable to unhook our own ISR. This effectively reverts commit337e1ed("[pxe] Separate parent PXE API caller from UNDINET driver"). Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user