1*6654Snp146283 /*************************************************************************** 2*6654Snp146283 * 3*6654Snp146283 * devinfo_cpu.h : definition for cpu devices 4*6654Snp146283 * 5*6654Snp146283 * Copyright 2008 Sun Microsystems, Inc. All rights reserved. 6*6654Snp146283 * Use is subject to license terms. 7*6654Snp146283 * 8*6654Snp146283 * Licensed under the Academic Free License version 2.1 9*6654Snp146283 * 10*6654Snp146283 **************************************************************************/ 11*6654Snp146283 12*6654Snp146283 #pragma ident "%Z%%M% %I% %E% SMI" 13*6654Snp146283 14*6654Snp146283 #ifndef DEVINFO_CPU_H 15*6654Snp146283 #define DEVINFO_CPU_H 16*6654Snp146283 17*6654Snp146283 #include "devinfo.h" 18*6654Snp146283 19*6654Snp146283 extern DevinfoDevHandler devinfo_cpu_handler; 20*6654Snp146283 21*6654Snp146283 #endif /* DEVINFO_CPU_H */ 22