Subversion Repositories HelenOS

Rev

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

Rev 2089 Rev 3880
Line 68... Line 68...
68
extern ipl_t interrupts_disable(void);
68
extern ipl_t interrupts_disable(void);
69
extern ipl_t interrupts_enable(void);
69
extern ipl_t interrupts_enable(void);
70
extern void interrupts_restore(ipl_t ipl);
70
extern void interrupts_restore(ipl_t ipl);
71
extern ipl_t interrupts_read(void);
71
extern ipl_t interrupts_read(void);
72
 
72
 
-
 
73
/** No I/O port address space on MIPS. */
-
 
74
static inline void outb(ioport_t port, uint8_t v)
-
 
75
{
-
 
76
}
-
 
77
 
-
 
78
/** No I/O port address space on MIPS. */
-
 
79
static inline uint8_t inb(ioport_t port)
-
 
80
{
-
 
81
    return 0;
-
 
82
}
-
 
83
 
73
#endif
84
#endif
74
 
85
 
75
/** @}
86
/** @}
76
 */
87
 */