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
/
hp300
/
include
/
types.h
blob
1d46080d1304ce43223f17f193fe69102e87f7ca
1
/* $NetBSD: types.h,v 1.19 2007/10/17 19:54:25 garbled Exp $ */
2
3
#ifndef _HP300_TYPES_H_
4
#define _HP300_TYPES_H_
5
6
#include <m68k/types.h>
7
8
#define __HAVE_DEVICE_REGISTER
9
10
#if defined(_KERNEL)
11
#define __HAVE_RAS
12
#endif
13
14
#endif
/* !_HP300_TYPES_H_ */