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.

embedded.h 121B

123456789
  1. #ifndef _GPXE_EMBEDDED_H
  2. #define _GPXE_EMBEDDED_H
  3. #include <gpxe/image.h>
  4. struct image *embedded_image(void);
  5. #endif