1*47f34b1fSPeeter Must /* 2*47f34b1fSPeeter Must * Copyright (c) 2017 Peeter Must 3*47f34b1fSPeeter Must * All rights reserved. 4*47f34b1fSPeeter Must * 5*47f34b1fSPeeter Must * Redistribution and use in source and binary forms, with or without 6*47f34b1fSPeeter Must * modification, are permitted provided that the following conditions 7*47f34b1fSPeeter Must * are met: 8*47f34b1fSPeeter Must * 1. Redistributions of source code must retain the above copyright 9*47f34b1fSPeeter Must * notice unmodified, this list of conditions, and the following 10*47f34b1fSPeeter Must * disclaimer. 11*47f34b1fSPeeter Must * 2. Redistributions in binary form must reproduce the above copyright 12*47f34b1fSPeeter Must * notice, this list of conditions and the following disclaimer in the 13*47f34b1fSPeeter Must * documentation and/or other materials provided with the distribution. 14*47f34b1fSPeeter Must * 15*47f34b1fSPeeter Must * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 16*47f34b1fSPeeter Must * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 17*47f34b1fSPeeter Must * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 18*47f34b1fSPeeter Must * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 19*47f34b1fSPeeter Must * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 20*47f34b1fSPeeter Must * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 21*47f34b1fSPeeter Must * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 22*47f34b1fSPeeter Must * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 23*47f34b1fSPeeter Must * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 24*47f34b1fSPeeter Must * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 25*47f34b1fSPeeter Must */ 26*47f34b1fSPeeter Must 27*47f34b1fSPeeter Must #ifndef _GMUX_APPLE_H_ 28*47f34b1fSPeeter Must #define _GMUX_APPLE_H_ 29*47f34b1fSPeeter Must 30*47f34b1fSPeeter Must #define GMUX_ACPI_HID "APP000B" 31*47f34b1fSPeeter Must 32*47f34b1fSPeeter Must #endif /* _GMUX_APPLE_H_ */ 33