Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

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 */