summaryrefslogtreecommitdiff
path: root/sys/arch/arc/include/cpu.h
blob: cc8aa993ad6df7762ccb8d8862436d75ec4dafc5 (plain)
1
2
3
4
5
6
7
8
9
10
/*	$NetBSD: cpu.h,v 1.21 2005/11/15 14:03:20 tsutsui Exp $	*/
/*	$OpenBSD: cpu.h,v 1.9 1998/01/28 13:46:10 pefo Exp $ */

#ifndef _ARC_CPU_H_
#define _ARC_CPU_H_

#include <mips/cpu.h>
#include <mips/cpuregs.h>

#endif /* _ARC_CPU_H_ */
td>pooka 2015-10-19Add a COMMENT describing what each component roughly does.pooka 2015-08-20put back bsd.init.mkchristos 2015-08-20use ioconf files for pseudo-device attach prototypeschristos 2015-04-23Rename RUMP_COMPAT to RUMP_NBCOMBAT to better signify what thepooka 2015-04-22Build compat code only when specified by RUMP_COMPATpooka 2014-03-13rename component.c -> raidframe_component.cpooka 2009-11-23Add rf_paritymap.c, which is now required for raidframe.pooka 2009-09-07one more ketchup with rump_dev_makenodes -> rump_vfs_makedevnodespooka 2009-06-09Checkpoint a bunch of work-in-progress: support for disk devicespooka