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