xref: /freebsd/sys/arm/include/acle-compat.h (revision 5afc347944e760774797b3275124591d69228fc1)
1161fedb9SWarner Losh /*
2*5afc3479SAndrew Turner  * Copyright (c) 2024 Arm Ltd
3161fedb9SWarner Losh  * All rights reserved.
4161fedb9SWarner Losh  *
5161fedb9SWarner Losh  * Redistribution and use in source and binary forms, with or without
6161fedb9SWarner Losh  * modification, are permitted provided that the following conditions
7161fedb9SWarner Losh  * are met:
8161fedb9SWarner Losh  * 1. Redistributions of source code must retain the above copyright
9161fedb9SWarner Losh  *    notice, this list of conditions and the following disclaimer.
10161fedb9SWarner Losh  * 2. Redistributions in binary form must reproduce the above copyright
11161fedb9SWarner Losh  *    notice, this list of conditions and the following disclaimer in the
12161fedb9SWarner Losh  *    documentation and/or other materials provided with the distribution.
13161fedb9SWarner Losh  * 3. The name of the company may not be used to endorse or promote
14161fedb9SWarner Losh  *    products derived from this software without specific prior written
15161fedb9SWarner Losh  *    permission.
16161fedb9SWarner Losh  *
17161fedb9SWarner Losh  * THIS SOFTWARE IS PROVIDED BY ARM LTD ``AS IS'' AND ANY EXPRESS OR IMPLIED
18161fedb9SWarner Losh  * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
19161fedb9SWarner Losh  * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
20161fedb9SWarner Losh  * IN NO EVENT SHALL ARM LTD BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
21161fedb9SWarner Losh  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
22161fedb9SWarner Losh  * TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
23161fedb9SWarner Losh  * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
24161fedb9SWarner Losh  * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
25161fedb9SWarner Losh  * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
26161fedb9SWarner Losh  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27161fedb9SWarner Losh  */
28161fedb9SWarner Losh 
29161fedb9SWarner Losh #ifndef __ARM_ARCH
30*5afc3479SAndrew Turner #error Your compiler is too old
31161fedb9SWarner Losh #endif
32