Subversion Repositories HelenOS-historic

Rev

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

Rev 1702 Rev 1703
Line 24... Line 24...
24
 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
24
 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25
 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
25
 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
26
 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26
 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27
 */
27
 */
28
 
28
 
29
 /** @addtogroup sparc64   
29
/** @addtogroup sparc64interrupt
30
 * @{
30
 * @{
31
 */
31
 */
32
/** @file
-
 
33
 */
-
 
34
 
-
 
35
/**
32
/**
-
 
33
 * @file
36
 * This file contains register window trap handlers.
34
 * @brief This file contains register window trap handlers.
37
 */
35
 */
38
 
36
 
39
#ifndef __sparc64_REGWIN_H__
37
#ifndef __sparc64_REGWIN_H__
40
#define __sparc64_REGWIN_H__
38
#define __sparc64_REGWIN_H__
41
 
39
 
Line 136... Line 134...
136
.endm
134
.endm
137
#endif /* __ASM__ */
135
#endif /* __ASM__ */
138
 
136
 
139
#endif
137
#endif
140
 
138
 
141
 /** @}
139
/** @}
142
 */
140
 */
143
 
141