1300618Sbr/*
2300618Sbr * CDDL HEADER START
3300618Sbr *
4300618Sbr * The contents of this file are subject to the terms of the
5300618Sbr * Common Development and Distribution License (the "License").
6300618Sbr * You may not use this file except in compliance with the License.
7300618Sbr *
8300618Sbr * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9300618Sbr * or http://www.opensolaris.org/os/licensing.
10300618Sbr * See the License for the specific language governing permissions
11300618Sbr * and limitations under the License.
12300618Sbr *
13300618Sbr * When distributing Covered Code, include this CDDL HEADER in each
14300618Sbr * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15300618Sbr * If applicable, add the following below this CDDL HEADER, with the
16300618Sbr * fields enclosed by brackets "[]" replaced with your own identifying
17300618Sbr * information: Portions Copyright [yyyy] [name of copyright owner]
18300618Sbr *
19300618Sbr * CDDL HEADER END
20300618Sbr *
21300618Sbr * $FreeBSD: releng/11.0/sys/cddl/dev/fbt/riscv/fbt_isa.h 300618 2016-05-24 16:41:37Z br $
22300618Sbr *
23300618Sbr */
24300618Sbr
25300618Sbr#ifndef _FBT_ISA_H_
26300618Sbr#define _FBT_ISA_H_
27300618Sbr
28300618Sbrtypedef uint32_t fbt_patchval_t;
29300618Sbr
30300618Sbr#endif
31