1270067Smarkj/*
2270067Smarkj * CDDL HEADER START
3270067Smarkj *
4270067Smarkj * The contents of this file are subject to the terms of the
5270067Smarkj * Common Development and Distribution License (the "License").
6270067Smarkj * You may not use this file except in compliance with the License.
7270067Smarkj *
8270067Smarkj * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9270067Smarkj * or http://www.opensolaris.org/os/licensing.
10270067Smarkj * See the License for the specific language governing permissions
11270067Smarkj * and limitations under the License.
12270067Smarkj *
13270067Smarkj * When distributing Covered Code, include this CDDL HEADER in each
14270067Smarkj * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15270067Smarkj * If applicable, add the following below this CDDL HEADER, with the
16270067Smarkj * fields enclosed by brackets "[]" replaced with your own identifying
17270067Smarkj * information: Portions Copyright [yyyy] [name of copyright owner]
18270067Smarkj *
19270067Smarkj * CDDL HEADER END
20270067Smarkj *
21270067Smarkj * $FreeBSD$
22270067Smarkj *
23270067Smarkj */
24270067Smarkj
25270067Smarkj#ifndef _FBT_ISA_H_
26270067Smarkj#define _FBT_ISA_H_
27270067Smarkj
28270067Smarkjtypedef uint8_t fbt_patchval_t;
29270067Smarkj
30270067Smarkj#endif
31