mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-10 13:03:41 -04:00
20 lines
509 B
C
20 lines
509 B
C
/***************************************************************************
|
|
*
|
|
* 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 */
|