Subversion Repositories HelenOS-historic

Rev

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

Rev 534 Rev 664
Line 27... Line 27...
27
 */
27
 */
28
 
28
 
29
#ifndef __sparc64_INTERRUPT_H__
29
#ifndef __sparc64_INTERRUPT_H__
30
#define __sparc64_INTERRUPT_H__
30
#define __sparc64_INTERRUPT_H__
31
 
31
 
-
 
32
#include <typedefs.h>
-
 
33
 
-
 
34
#define IVT_ITEMS   15
-
 
35
#define IVT_FIRST   1
-
 
36
 
-
 
37
extern void interrupt_register(int n, const char *name, iroutine f);
-
 
38
 
32
#endif
39
#endif