xref: /freebsd/sys/cddl/dev/fbt/aarch64/fbt_isa.h (revision 95ee2897e98f5d444f26ed2334cc7c439f9c16c6)
1*b78ee15eSRuslan Bukin /*
2*b78ee15eSRuslan Bukin  * CDDL HEADER START
3*b78ee15eSRuslan Bukin  *
4*b78ee15eSRuslan Bukin  * The contents of this file are subject to the terms of the
5*b78ee15eSRuslan Bukin  * Common Development and Distribution License (the "License").
6*b78ee15eSRuslan Bukin  * You may not use this file except in compliance with the License.
7*b78ee15eSRuslan Bukin  *
8*b78ee15eSRuslan Bukin  * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*b78ee15eSRuslan Bukin  * or http://www.opensolaris.org/os/licensing.
10*b78ee15eSRuslan Bukin  * See the License for the specific language governing permissions
11*b78ee15eSRuslan Bukin  * and limitations under the License.
12*b78ee15eSRuslan Bukin  *
13*b78ee15eSRuslan Bukin  * When distributing Covered Code, include this CDDL HEADER in each
14*b78ee15eSRuslan Bukin  * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*b78ee15eSRuslan Bukin  * If applicable, add the following below this CDDL HEADER, with the
16*b78ee15eSRuslan Bukin  * fields enclosed by brackets "[]" replaced with your own identifying
17*b78ee15eSRuslan Bukin  * information: Portions Copyright [yyyy] [name of copyright owner]
18*b78ee15eSRuslan Bukin  *
19*b78ee15eSRuslan Bukin  * CDDL HEADER END
20*b78ee15eSRuslan Bukin  *
21*b78ee15eSRuslan Bukin  */
22*b78ee15eSRuslan Bukin 
23*b78ee15eSRuslan Bukin #ifndef _FBT_ISA_H_
24*b78ee15eSRuslan Bukin #define _FBT_ISA_H_
25*b78ee15eSRuslan Bukin 
26*b78ee15eSRuslan Bukin typedef uint32_t fbt_patchval_t;
27*b78ee15eSRuslan Bukin 
28*b78ee15eSRuslan Bukin #endif
29