diff options
Diffstat (limited to 'src/video_out/libdha/libdha.h')
-rw-r--r-- | src/video_out/libdha/libdha.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/video_out/libdha/libdha.h b/src/video_out/libdha/libdha.h index 850697ada..9984574ca 100644 --- a/src/video_out/libdha/libdha.h +++ b/src/video_out/libdha/libdha.h @@ -111,6 +111,9 @@ extern int hwirq_uninstall(int bus, int dev, int func); /* CPU flushing support */ extern void cpu_flush(void *va,unsigned long length); + +extern void libdha_exit(const char *message, int level); + #ifdef __cplusplus } #endif |