Changes in uspace/app/trace/syscalls.h [a3b339b4:a000878c] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/trace/syscalls.h
ra3b339b4 ra000878c 36 36 #define SYSCALLS_H_ 37 37 38 #include <stdbool.h>39 #include <unistd.h>40 41 38 #include "trace.h" 42 39 … … 48 45 49 46 extern const sc_desc_t syscall_desc[]; 50 extern const size_t syscall_desc_len;51 52 static inline bool syscall_desc_defined(unsigned sc_id)53 {54 return (sc_id < syscall_desc_len && syscall_desc[sc_id].name != NULL);55 }56 47 57 48 #endif
Note:
See TracChangeset
for help on using the changeset viewer.