diff options
Diffstat (limited to '')
-rw-r--r-- | include/bochs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bochs.h b/include/bochs.h index 4aa933e..f17b468 100644 --- a/include/bochs.h +++ b/include/bochs.h @@ -8,4 +8,4 @@ * @param width - the width of the screen * @param height - the height of the screen */ -uint32_t *bochs_init(uint16_t w, uint16_t h, uint8_t b); +volatile uint32_t *bochs_init(uint16_t w, uint16_t h, uint8_t b); |