Rev 1856 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1856 | Rev 1860 | ||
---|---|---|---|
Line 32... | Line 32... | ||
32 | /** |
32 | /** |
33 | * @file |
33 | * @file |
34 | * @brief This file contains register window trap handlers. |
34 | * @brief This file contains register window trap handlers. |
35 | */ |
35 | */ |
36 | 36 | ||
37 | #ifndef __sparc64_REGWIN_H__ |
37 | #ifndef KERN_sparc64_REGWIN_H_ |
38 | #define __sparc64_REGWIN_H__ |
38 | #define KERN_sparc64_REGWIN_H_ |
39 | 39 | ||
40 | #include <arch/stack.h> |
40 | #include <arch/stack.h> |
41 | #include <arch/arch.h> |
41 | #include <arch/arch.h> |
42 | 42 | ||
43 | #define TT_CLEAN_WINDOW 0x24 |
43 | #define TT_CLEAN_WINDOW 0x24 |