1299118Sbr/*
2299118Sbr * CDDL HEADER START
3299118Sbr *
4299118Sbr * The contents of this file are subject to the terms of the
5299118Sbr * Common Development and Distribution License (the "License").
6299118Sbr * You may not use this file except in compliance with the License.
7299118Sbr *
8299118Sbr * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9299118Sbr * or http://www.opensolaris.org/os/licensing.
10299118Sbr * See the License for the specific language governing permissions
11299118Sbr * and limitations under the License.
12299118Sbr *
13299118Sbr * When distributing Covered Code, include this CDDL HEADER in each
14299118Sbr * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15299118Sbr * If applicable, add the following below this CDDL HEADER, with the
16299118Sbr * fields enclosed by brackets "[]" replaced with your own identifying
17299118Sbr * information: Portions Copyright [yyyy] [name of copyright owner]
18299118Sbr *
19299118Sbr * CDDL HEADER END
20299118Sbr *
21299118Sbr * $FreeBSD: releng/11.0/sys/cddl/dev/fbt/mips/fbt_isa.h 299118 2016-05-05 13:54:50Z br $
22299118Sbr *
23299118Sbr */
24299118Sbr
25299118Sbr#ifndef _FBT_ISA_H_
26299118Sbr#define _FBT_ISA_H_
27299118Sbr
28299118Sbrtypedef uint32_t fbt_patchval_t;
29299118Sbr
30299118Sbr#endif
31