Subversion Repositories HelenOS

Rev

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

Rev 2071 Rev 3880
Line 147... Line 147...
147
void cpu_halt(void);
147
void cpu_halt(void);
148
void asm_delay_loop(uint32_t t);
148
void asm_delay_loop(uint32_t t);
149
 
149
 
150
extern void userspace_asm(uintptr_t uspace_uarg, uintptr_t stack, uintptr_t entry);
150
extern void userspace_asm(uintptr_t uspace_uarg, uintptr_t stack, uintptr_t entry);
151
 
151
 
-
 
152
/** No I/O port address space on PowerPC. */
-
 
153
static inline void outb(ioport_t port, uint8_t v)
-
 
154
{
-
 
155
}
-
 
156
 
-
 
157
/** No I/O port address space on PowerPC. */
-
 
158
static inline uint8_t inb(ioport_t port)
-
 
159
{
-
 
160
    return 0;
-
 
161
}
-
 
162
 
152
#endif
163
#endif
153
 
164
 
154
/** @}
165
/** @}
155
 */
166
 */