You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

initrd.h 227B

1234567891011121314
  1. #ifndef _GPXE_INITRD_H
  2. #define _GPXE_INITRD_H
  3. /**
  4. * @file
  5. *
  6. * Linux initrd image format
  7. *
  8. */
  9. #include <gpxe/image.h>
  10. extern struct image_type initrd_image_type __image_type ( PROBE_NORMAL );
  11. #endif /* _GPXE_INITRD_H */