Subversion Repositories HelenOS

Rev

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

Rev 2482 Rev 2541
Line 34... Line 34...
34
 */
34
 */
35
 
35
 
36
#ifndef LIBC_mips32_FIBRIL_H_
36
#ifndef LIBC_mips32_FIBRIL_H_
37
#define LIBC_mips32_FIBRIL_H_
37
#define LIBC_mips32_FIBRIL_H_
38
 
38
 
39
#include <types.h>
39
#include <sys/types.h>
40
 
40
 
41
/* We define our own context_set, because we need to set
41
/* We define our own context_set, because we need to set
42
 * the TLS pointer to the tcb+0x7000
42
 * the TLS pointer to the tcb+0x7000
43
 *
43
 *
44
 * See tls_set in thread.h
44
 * See tls_set in thread.h