X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fgallium%2Fdrivers%2Fv3d%2Fv3d_simulator_wrapper.h;h=b20ea2484b447a84e3df27818565dc4346f3d8fe;hb=fe6a21c8671b7b3deea281cb0b9617f3ce7fc5c5;hp=8b5dca15ed94fbe5b2e90dd24fb5b44fa32d617a;hpb=8c47ebbd232704ab048eab2572e2b2a44f38957a;p=mesa.git diff --git a/src/gallium/drivers/v3d/v3d_simulator_wrapper.h b/src/gallium/drivers/v3d/v3d_simulator_wrapper.h index 8b5dca15ed9..b20ea2484b4 100644 --- a/src/gallium/drivers/v3d/v3d_simulator_wrapper.h +++ b/src/gallium/drivers/v3d/v3d_simulator_wrapper.h @@ -38,6 +38,7 @@ uint32_t v3d_hw_read_reg(struct v3d_hw *hw, uint32_t reg); void v3d_hw_write_reg(struct v3d_hw *hw, uint32_t reg, uint32_t val); void v3d_hw_tick(struct v3d_hw *hw); int v3d_hw_get_version(struct v3d_hw *hw); +void v3d_hw_set_isr(struct v3d_hw *hw, void (*isr)(uint32_t status)); #ifdef __cplusplus }