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