56a57,58
> void init() override;
>
128a131,138
> /**
> * Reset callback from the NoMali library
> *
> * This method is called whenever the GPU is reset through the
> * register interface or the API (reset() or nomali_reset()).
> */
> virtual void onReset();
>
147a158,169
>
> /**
> * Reset callback from the NoMali library.
> *
> * This method calls onReset() on the NoMaliGpu owning this
> * device.
> *
> * @param h NoMali library handle.
> * @param usr Pointer to an instance of the NoMaliGpu
> */
> static void _reset(nomali_handle_t h, void *usr);
>