1570af302Sopenharmony_ci#ifndef SYSCALL_HOOKS_H
2570af302Sopenharmony_ci#define SYSCALL_HOOKS_H
3570af302Sopenharmony_ci
4570af302Sopenharmony_ciint set_syscall_hooks(const char *hooks_table, int table_len, void *hooks_entry, int reset, int **tid_addr);
5570af302Sopenharmony_ci
6570af302Sopenharmony_ci#endif