http://git.etherboot.org
/
people
/
xl0
/
gpxe.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Reallocate memory for bitmaps only when necessary.
[people/xl0/gpxe.git]
/
src
/
include
/
gpxe
/
initrd.h
1
#ifndef _GPXE_INITRD_H
2
#define _GPXE_INITRD_H
3
4
/**
5
* @file
6
*
7
* Linux initrd image format
8
*
9
*/
10
11
#include <gpxe/image.h>
12
extern struct image_type initrd_image_type __image_type ( PROBE_NORMAL );
13
14
#endif /* _GPXE_INITRD_H */