diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/program_loading.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/program_loading.h b/src/include/program_loading.h index f71dcb79e5..8ac73ddf8a 100644 --- a/src/include/program_loading.h +++ b/src/include/program_loading.h @@ -41,6 +41,9 @@ enum prog_type { * set on the last segment loaded. */ void arch_segment_loaded(uintptr_t start, size_t size, int flags); +/* Return true if arch supports bounce buffer. */ +int arch_supports_bounce_buffer(void); + /* Representation of a program. */ struct prog { /* The region_device is the source of program content to load. After |