xref: /freebsd/sys/cddl/dev/fbt/arm/fbt_isa.h (revision 95ee2897e98f5d444f26ed2334cc7c439f9c16c6)
1*fcb56067SGeorge V. Neville-Neil /*
2*fcb56067SGeorge V. Neville-Neil  * CDDL HEADER START
3*fcb56067SGeorge V. Neville-Neil  *
4*fcb56067SGeorge V. Neville-Neil  * The contents of this file are subject to the terms of the
5*fcb56067SGeorge V. Neville-Neil  * Common Development and Distribution License (the "License").
6*fcb56067SGeorge V. Neville-Neil  * You may not use this file except in compliance with the License.
7*fcb56067SGeorge V. Neville-Neil  *
8*fcb56067SGeorge V. Neville-Neil  * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*fcb56067SGeorge V. Neville-Neil  * or http://www.opensolaris.org/os/licensing.
10*fcb56067SGeorge V. Neville-Neil  * See the License for the specific language governing permissions
11*fcb56067SGeorge V. Neville-Neil  * and limitations under the License.
12*fcb56067SGeorge V. Neville-Neil  *
13*fcb56067SGeorge V. Neville-Neil  * When distributing Covered Code, include this CDDL HEADER in each
14*fcb56067SGeorge V. Neville-Neil  * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*fcb56067SGeorge V. Neville-Neil  * If applicable, add the following below this CDDL HEADER, with the
16*fcb56067SGeorge V. Neville-Neil  * fields enclosed by brackets "[]" replaced with your own identifying
17*fcb56067SGeorge V. Neville-Neil  * information: Portions Copyright [yyyy] [name of copyright owner]
18*fcb56067SGeorge V. Neville-Neil  *
19*fcb56067SGeorge V. Neville-Neil  * CDDL HEADER END
20*fcb56067SGeorge V. Neville-Neil  *
21*fcb56067SGeorge V. Neville-Neil  */
22*fcb56067SGeorge V. Neville-Neil 
23*fcb56067SGeorge V. Neville-Neil #ifndef _FBT_ISA_H_
24*fcb56067SGeorge V. Neville-Neil #define _FBT_ISA_H_
25*fcb56067SGeorge V. Neville-Neil 
26*fcb56067SGeorge V. Neville-Neil typedef uint32_t fbt_patchval_t;
27*fcb56067SGeorge V. Neville-Neil 
28*fcb56067SGeorge V. Neville-Neil #endif
29