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
RemoteDrawingEngine: Reduce RP_READ_BITMAP result timeout.
[haiku.git]
/
src
/
bin
/
debug
/
strace
/
strace.h
blob
ec559ce4b14a7b0cced9744129b8174bac432666
1
/*
2
* Copyright 2007, Haiku Inc. All rights reserved.
3
* Distributed under the terms of the MIT License.
4
*
5
* Authors:
6
* Hugo Santos <hugosantos@gmail.com>
7
* Ingo Weinhold <bonefish@cs.tu-berlin.de>
8
*/
9
#ifndef STRACE_H
10
#define STRACE_H
11
12
class
Syscall
;
13
14
Syscall
*
get_syscall
(
const char
*
name
);
15
16
#endif
// STRACE_H