Subversion Repositories HelenOS-historic

Rev

Rev 125 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 125 Rev 180
Line 27... Line 27...
27
 */
27
 */
28
 
28
 
29
#ifndef __ia32_CPU_H__
29
#ifndef __ia32_CPU_H__
30
#define __ia32_CPU_H__
30
#define __ia32_CPU_H__
31
 
31
 
32
#include <config.h>
-
 
33
#include <proc/thread.h>
-
 
34
#include <typedefs.h>
32
#include <typedefs.h>
35
#include <arch/pm.h>
33
#include <arch/pm.h>
36
#include <arch/asm.h>
34
#include <arch/asm.h>
37
 
35
 
38
#ifdef __SMP__
36
#ifdef __SMP__