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
Remove building with NOCRYPTO option
[minix.git]
/
minix
/
kernel
/
arch
/
earm
/
glo.h
blob
d12da42591349012b4a24315580a8ff16dee4a68
1
#ifndef __GLO_ARM_H__
2
#define __GLO_ARM_H__
3
4
#include
"kernel/kernel.h"
5
#include
"arch_proto.h"
6
7
EXTERN
struct
tss_s tss
[
CONFIG_MAX_CPUS
];
8
9
#endif
/* __GLO_ARM_H__ */