http://git.etherboot.org
/
people
/
mcb30
/
gpxe.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Added the embedded pxelinux payload patch from hpa.
[people/mcb30/gpxe.git]
/
src
/
include
/
gpxe
/
embedded.h
1
#ifndef _GPXE_EMBEDDED_H
2
#define _GPXE_EMBEDDED_H
3
4
#include <gpxe/image.h>
5
6
struct image *embedded_image(void);
7
8
#endif
9