12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- #ifndef INIT_OPTIMIZED_LIB_H
- #define INIT_OPTIMIZED_LIB_H
- #include "se_types.h"
- #ifdef __cplusplus
- extern "C" {
- #endif
- int init_optimized_libs(const uint64_t feature_bits_array, uint64_t xfrm);
- #ifdef __cplusplus
- }
- #endif
- #endif
|