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