1227825Stheraven/*
2227825Stheraven * CDDL HEADER START
3227825Stheraven *
4227825Stheraven * The contents of this file are subject to the terms of the
5227825Stheraven * Common Development and Distribution License (the "License").
6227825Stheraven * You may not use this file except in compliance with the License.
7227825Stheraven *
8227825Stheraven * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9227825Stheraven * or http://www.opensolaris.org/os/licensing.
10227825Stheraven * See the License for the specific language governing permissions
11227825Stheraven * and limitations under the License.
12227825Stheraven *
13227825Stheraven * When distributing Covered Code, include this CDDL HEADER in each
14227825Stheraven * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15227825Stheraven * If applicable, add the following below this CDDL HEADER, with the
16227825Stheraven * fields enclosed by brackets "[]" replaced with your own identifying
17227825Stheraven * information: Portions Copyright [yyyy] [name of copyright owner]
18227825Stheraven *
19227825Stheraven * CDDL HEADER END
20227825Stheraven *
21227825Stheraven * $FreeBSD: releng/11.0/sys/cddl/dev/fbt/aarch64/fbt_isa.h 285009 2015-07-01 15:51:11Z br $
22227825Stheraven *
23227825Stheraven */
24227825Stheraven
25227825Stheraven#ifndef _FBT_ISA_H_
26227825Stheraven#define _FBT_ISA_H_
27227825Stheraven
28227825Stheraventypedef uint32_t fbt_patchval_t;
29227825Stheraven
30227825Stheraven#endif
31227825Stheraven