Code Review
/
kvmfornfv.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
history
|
raw
|
HEAD
Merge "Update the files in fuel-plugin to match the upstream"
[kvmfornfv.git]
/
qemu
/
roms
/
ipxe
/
src
/
arch
/
i386
/
include
/
pxeparent.h
1
#ifndef PXEPARENT_H
2
#define PXEPARENT_H
3
4
FILE_LICENCE ( GPL2_OR_LATER );
5
6
#include <pxe_types.h>
7
8
extern int pxeparent_call ( SEGOFF16_t entry, unsigned int function,
9
void *params, size_t params_len );
10
11
#endif