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
/
bus_managers
/
ps2
/
ps2_trackpoint.h
blob
e3e8e2b5e92b2c09ee283dace0b49f7a83dd003a
1
#ifndef TRACKPOINT_H
2
#define TRACKPOINT_H
3
4
#include <KernelExport.h>
5
6
#include
"ps2_dev.h"
7
8
9
status_t
probe_trackpoint
(
ps2_dev
*
dev
);
10
11
12
#endif
/* TRACKPOINT_H */