1302fe51bSJan Kiszka /* 2302fe51bSJan Kiszka * QEMU PC speaker emulation 3302fe51bSJan Kiszka * 4302fe51bSJan Kiszka * Copyright (c) 2006 Joachim Henke 5302fe51bSJan Kiszka * 6302fe51bSJan Kiszka * Permission is hereby granted, free of charge, to any person obtaining a copy 7302fe51bSJan Kiszka * of this software and associated documentation files (the "Software"), to deal 8302fe51bSJan Kiszka * in the Software without restriction, including without limitation the rights 9302fe51bSJan Kiszka * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 10302fe51bSJan Kiszka * copies of the Software, and to permit persons to whom the Software is 11302fe51bSJan Kiszka * furnished to do so, subject to the following conditions: 12302fe51bSJan Kiszka * 13302fe51bSJan Kiszka * The above copyright notice and this permission notice shall be included in 14302fe51bSJan Kiszka * all copies or substantial portions of the Software. 15302fe51bSJan Kiszka * 16302fe51bSJan Kiszka * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 17302fe51bSJan Kiszka * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 18302fe51bSJan Kiszka * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 19302fe51bSJan Kiszka * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 20302fe51bSJan Kiszka * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 21302fe51bSJan Kiszka * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 22302fe51bSJan Kiszka * THE SOFTWARE. 23302fe51bSJan Kiszka */ 24302fe51bSJan Kiszka 25302fe51bSJan Kiszka #ifndef HW_PCSPK_H 26302fe51bSJan Kiszka #define HW_PCSPK_H 27302fe51bSJan Kiszka 28d367ece5SAndreas Färber #define TYPE_PC_SPEAKER "isa-pcspk" 29d367ece5SAndreas Färber 30*175de524SMarkus Armbruster #endif /* HW_PCSPK_H */ 31