repo.or.cz
/
vdi_driver.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Close all vdi's before exit, by Daniel.
[vdi_driver.git]
/
src
/
config.h
blob
0e0ce20e817cce790102998b97573a0ed50238c0
1
#ifndef CONFIG_H
2
#define CONFIG_H
3
4
#define R3_ARCH_BITS 32
5
#define ARCH_BITS 32
6
#define RT_INLINE_ASM_GNU_STYLE
7
//#define RT_ARCH_AMD64
8
#define RT_ARCH_X86
9
#define RT_OS_LINUX
10
//#define RT_OS_FREEBSD
11
//#define RT_OS_SOLARIS
12
13
#endif