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