11 lines
196 B
C
11 lines
196 B
C
|
#ifndef __GILBRALTAR_TLS__
|
||
|
#define __GILBRALTAR_TLS__
|
||
|
|
||
|
#include <stdint.h>
|
||
|
|
||
|
size_t gilbraltar_tls_size(void);
|
||
|
void gilbraltar_set_tls_base(uintptr_t);
|
||
|
void gilbraltar_tls_init(uintptr_t);
|
||
|
|
||
|
#endif
|