Subversion Repositories HelenOS

Rev

Rev 2482 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2482 Rev 2586
Line 30... Line 30...
30
 * @{
30
 * @{
31
 */
31
 */
32
/** @file
32
/** @file
33
 */
33
 */
34
 
34
 
35
#ifndef LIBC_ppc32_THREAD_H_
35
#ifndef LIBC_ppc32_TLS_H_
36
#define LIBC_ppc32_THREAD_H_
36
#define LIBC_ppc32_TLS_H_
-
 
37
 
-
 
38
#define CONFIG_TLS_VARIANT_1
37
 
39
 
38
#define PPC_TP_OFFSET 0x7000
40
#define PPC_TP_OFFSET 0x7000
39
 
41
 
40
typedef struct {
42
typedef struct {
41
    void *fibril_data;
43
    void *fibril_data;