repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
arm: protect state after signal handler
[minix.git]
/
sys
/
arch
/
evbarm
/
include
/
types.h
blob
e62a072eae51aa2a75651331d1ec5f9dfca37e91
1
/* $NetBSD: types.h,v 1.12 2011/11/26 16:31:40 skrll Exp $ */
2
3
#ifndef _EVBARM_TYPES_H_
4
#define _EVBARM_TYPES_H_
5
6
#include <arm/arm32/types.h>
7
8
#define __HAVE_NEW_STYLE_BUS_H
9
10
#endif