summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/image.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gpxe/image.h')
-rw-r--r--src/include/gpxe/image.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/gpxe/image.h b/src/include/gpxe/image.h
index 3bfe834e4..6875a2040 100644
--- a/src/include/gpxe/image.h
+++ b/src/include/gpxe/image.h
@@ -39,6 +39,7 @@ struct image {
union {
physaddr_t phys;
userptr_t user;
+ unsigned long ul;
} priv;
};