repo.or.cz
/
haiku.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
vfs: check userland buffers before reading them.
[haiku.git]
/
src
/
add-ons
/
kernel
/
busses
/
virtio
/
Jamfile
blob
650b1fe414e4b8390d03bb9c44342c8f75ee1e14
1
SubDir HAIKU_TOP src add-ons kernel busses virtio ;
2
3
SubDirC++Flags -fno-rtti ;
4
5
UsePrivateHeaders kernel virtio ;
6
7
KernelAddon virtio_pci :
8
virtio_pci.cpp
9
;