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
/
evbarm
/
include
/
types.h
blob
6a08138905c45e44aa6dae52ecc3bfaa26725ec2
1
/* $NetBSD: types.h,v 1.9 2007/10/17 19:54:12 garbled Exp $ */
2
3
#ifndef _EVBARM_TYPES_H_
4
#define _EVBARM_TYPES_H_
5
6
#include <arm/arm32/types.h>
7
8
#ifndef __OLD_INTERRUPT_CODE
/* XXX */
9
#endif
10
#define __HAVE_DEVICE_REGISTER
11
12
#endif