git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Boot framework rework (#45)
[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 */