git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
17a39d7e259a91e27ee49ae8b4cd5b7fdbea37f2
[lunaix-os.git]
/
lunaix-os
/
arch
/
generic
/
includes
/
sys
/
trace.h
1
#ifndef __LUNAIX_ARCH_TRACE_H
2
#define __LUNAIX_ARCH_TRACE_H
3
4
#include <lunaix/types.h>
5
6
static inline bool
7
arch_valid_fp(ptr_t ptr) {
8
return false;
9
}
10
11
#endif /* __LUNAIX_ARCH_TRACE_H */