summaryrefslogtreecommitdiff
path: root/sysutils/hal/files/hald-netbsd/devinfo_cpu.h
blob: 441acdf10e6ff702b40d9e14656d328d91831e6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/***************************************************************************
 *
 * 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
 *
 **************************************************************************/

#ifndef DEVINFO_CPU_H
#define DEVINFO_CPU_H

#include "devinfo.h"

extern DevinfoDevHandler devinfo_cpu_handler;

#endif /* DEVINFO_CPU_H */