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
/
disklabel.h
blob
349ea09691a5a7494d21f730db9e70d2f2e0940f
1
/* $NetBSD: disklabel.h,v 1.4 2011/08/30 12:39:54 bouyer Exp $ */
2
3
#define LABELUSESMBR 1
4
#if HAVE_NBTOOL_CONFIG_H
5
#include <nbinclude/arm/disklabel.h>
6
#else
7
#include <arm/disklabel.h>
8
#endif
/* HAVE_NBTOOL_CONFIG_H */