Subversion Repositories HelenOS-historic

Rev

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

Rev 1288 Rev 1595
Line 49... Line 49...
49
 
49
 
50
static inline void istate_set_retaddr(istate_t *istate, __address retaddr)
50
static inline void istate_set_retaddr(istate_t *istate, __address retaddr)
51
{
51
{
52
    /* TODO */
52
    /* TODO */
53
}
53
}
-
 
54
static inline int istate_from_uspace(istate_t *istate)
-
 
55
{
-
 
56
    /* TODO */
-
 
57
}
-
 
58
static inline __native istate_get_pc(istate_t *istate)
-
 
59
{
-
 
60
    /* TODO */
-
 
61
}
-
 
62
 
54
 
63
 
55
extern void interrupt_register(int n, const char *name, iroutine f);
64
extern void interrupt_register(int n, const char *name, iroutine f);
56
 
65
 
57
#endif
66
#endif