1278529Sgnn/*
2278529Sgnn * CDDL HEADER START
3278529Sgnn *
4278529Sgnn * The contents of this file are subject to the terms of the
5278529Sgnn * Common Development and Distribution License (the "License").
6278529Sgnn * You may not use this file except in compliance with the License.
7278529Sgnn *
8278529Sgnn * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9278529Sgnn * or http://www.opensolaris.org/os/licensing.
10278529Sgnn * See the License for the specific language governing permissions
11278529Sgnn * and limitations under the License.
12278529Sgnn *
13278529Sgnn * When distributing Covered Code, include this CDDL HEADER in each
14278529Sgnn * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15278529Sgnn * If applicable, add the following below this CDDL HEADER, with the
16278529Sgnn * fields enclosed by brackets "[]" replaced with your own identifying
17278529Sgnn * information: Portions Copyright [yyyy] [name of copyright owner]
18278529Sgnn *
19278529Sgnn * CDDL HEADER END
20278529Sgnn *
21278529Sgnn * $FreeBSD: releng/11.0/sys/cddl/dev/fbt/arm/fbt_isa.h 278529 2015-02-10 19:41:30Z gnn $
22278529Sgnn *
23278529Sgnn */
24278529Sgnn
25278529Sgnn#ifndef _FBT_ISA_H_
26278529Sgnn#define _FBT_ISA_H_
27278529Sgnn
28278529Sgnntypedef uint32_t fbt_patchval_t;
29278529Sgnn
30278529Sgnn#endif
31