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