repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
sys
/
arch
/
hpcarm
/
include
/
types.h
blob
6580cbd994b6602457e60012f3f776ab3085bb47
1
/* $NetBSD: types.h,v 1.12 2007/10/17 19:54:28 garbled Exp $ */
2
3
#ifndef _HPCARM_TYPES_H_
4
#define _HPCARM_TYPES_H_
5
6
#include <arm/arm32/types.h>
7
8
#define __HAVE_DEVICE_REGISTER
9
#define __GENERIC_SOFT_INTERRUPTS_ALL_LEVELS
10
11
#endif