summaryrefslogtreecommitdiff
path: root/hald/solaris/devinfo_cpu.h
blob: 8c4049421a4a9d3ae9fd317e4f1748ad57562db9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/***************************************************************************
 *
 * devinfo_cpu.h : definition for cpu devices
 *
 * Copyright 2011 Andrew Stormont <andyjstormont@gmail.com>
 * Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
 * Use is subject to license terms.
 *
 * Licensed under the Academic Free License version 2.1
 *
 **************************************************************************/

#ifndef DEVINFO_CPU_H
#define DEVINFO_CPU_H

#include "devinfo.h"

extern DevinfoDevHandler devinfo_cpu_handler;

#endif /* DEVINFO_CPU_H */