Subversion Repositories HelenOS

Rev

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

Rev 1855 Rev 1856
Line 319... Line 319...
319
static inline void flushw(void)
319
static inline void flushw(void)
320
{
320
{
321
    __asm__ volatile ("flushw\n");
321
    __asm__ volatile ("flushw\n");
322
}
322
}
323
 
323
 
324
void cpu_halt(void);
324
extern void cpu_halt(void);
325
void cpu_sleep(void);
325
extern void cpu_sleep(void);
326
void asm_delay_loop(uint32_t t);
326
extern void asm_delay_loop(uint32_t t);
-
 
327
 
-
 
328
extern uint64_t read_from_ag_g7(void);
-
 
329
extern void write_to_ag_g6(uint64_t val);
-
 
330
extern void write_to_ag_g7(uint64_t val);
-
 
331
extern void write_to_ig_g6(uint64_t val);
327
 
332
 
328
#endif
333
#endif
329
 
334
 
330
/** @}
335
/** @}
331
 */
336
 */