diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/stage_cache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/stage_cache.h b/src/include/stage_cache.h index 5a4c16a5e7..68cfdb7e41 100644 --- a/src/include/stage_cache.h +++ b/src/include/stage_cache.h @@ -30,7 +30,7 @@ enum { }; /* Cache the loaded stage provided according to the parameters. */ -void stage_cache_add(int stage_id, struct prog *stage); +void stage_cache_add(int stage_id, const struct prog *stage); /* Load the cached stage at given location returning the stage entry point. */ void stage_cache_load_stage(int stage_id, struct prog *stage); /* Fill in parameters for the external stage cache, if utilized. */ |