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