- Timestamp:
- May 7, 2021 4:03:53 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/VBoxDDVKAT.h
r88930 r88932 16 16 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 17 17 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 18 *19 * The contents of this file may alternatively be used under the terms20 * of the Common Development and Distribution License Version 1.021 * (CDDL) only, as it comes in the "COPYING.CDDL" file of the22 * VirtualBox OSE distribution, in which case the provisions of the23 * CDDL are applicable instead of those of the GPL.24 *25 * You may elect to license modified versions of this file under the26 * terms and conditions of either the GPL or the CDDL or both.27 18 */ 28 19 29 #ifndef VBOX_INCLUDED_SRC_build_VBoxDDVKAT_h 30 #define VBOX_INCLUDED_SRC_build_VBoxDDVKAT_h 20 #ifndef VBOX_INCLUDED_SRC_Audio_VBoxDDVKAT_h 21 #define VBOX_INCLUDED_SRC_Audio_VBoxDDVKAT_h 22 #ifndef RT_WITHOUT_PRAGMA_ONCE 23 # pragma once 24 #endif 31 25 32 26 #include <VBox/vmm/pdmifs.h> … … 106 100 extern const PDMDRVREG g_DrvVKATOss; 107 101 108 #endif /* VBOX_INCLUDED_SRC_build_VBoxDDVKAT_h */102 #endif /* !VBOX_INCLUDED_SRC_Audio_VBoxDDVKAT_h */
Note:
See TracChangeset
for help on using the changeset viewer.