diff options
Diffstat (limited to 'src/VBox/Devices/VMMDev/VMMDevTesting.h')
| -rw-r--r-- | src/VBox/Devices/VMMDev/VMMDevTesting.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/VBox/Devices/VMMDev/VMMDevTesting.h b/src/VBox/Devices/VMMDev/VMMDevTesting.h index aa8f28de..c77db23b 100644 --- a/src/VBox/Devices/VMMDev/VMMDevTesting.h +++ b/src/VBox/Devices/VMMDev/VMMDevTesting.h @@ -24,7 +24,8 @@ RT_C_DECLS_BEGIN -int vmmdevTestingInitialize(PPDMDEVINS pDevIns); +int vmmdevTestingInitialize(PPDMDEVINS pDevIns); +void vmmdevTestingTerminate(PPDMDEVINS pDevIns); RT_C_DECLS_END |
