You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
/* retval to index and visa versa. */
|
|
#ifndef STRACE_RETVAL_H
|
|
#define STRACE_RETVAL_H
|
|
|
|
uint16_t retval_new(kernel_long_t rval);
|
|
kernel_long_t retval_get(uint16_t rval_idx);
|
|
|
|
#endif /* !STRACE_RETVAL_H */
|