1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- #include "se_version.h"
- #include "se_cdefs.h"
- #define __CONCAT(x, y) xy
- #define SGX_PTRACE_VERSION_STR __CONCAT("SGX_PTRACE_VERSION_", STRFILEVER)
- __attribute__((visibility("default")))
- char sgx_ptrace_version[] = SGX_PTRACE_VERSION_STR;
- SGX_ACCESS_VERSION(ptrace, 1)
|