summaryrefslogtreecommitdiff
path: root/usr/src/cmd/hal/hald/solaris/devinfo_cpu.h
blob: 8f0423f7d09da9308b3c55c60521a3a32eae4a65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/***************************************************************************
 *
 * devinfo_cpu.h : definition for cpu devices
 *
 * Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
 * Use is subject to license terms.
 *
 * Licensed under the Academic Free License version 2.1
 *
 **************************************************************************/

#pragma ident	"%Z%%M%	%I%	%E% SMI"

#ifndef DEVINFO_CPU_H
#define DEVINFO_CPU_H

#include "devinfo.h"

extern DevinfoDevHandler devinfo_cpu_handler;

#endif /* DEVINFO_CPU_H */