summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/include/initrd.h
blob: 196a96528441a0731ea9a45afef15257089aa2dc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef _INITRD_H
#define _INITRD_H

/**
 * @file
 *
 * Linux initrd image format
 *
 */

#include <gpxe/image.h>
extern struct image_type initrdimage_image_type __image_type ( PROBE_NORMAL );

#endif /* _INITRD_H */