Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2721 → Rev 2722

/trunk/kernel/arch/mips32/include/mm/frame.h
42,7 → 42,7
#ifndef __ASM__
 
extern void frame_arch_init(void);
#define physmem_print()
extern void physmem_print(void);
 
#endif /* __ASM__ */
#endif /* KERNEL */
/trunk/kernel/arch/mips32/include/drivers/arc.h
257,9 → 257,9
} __attribute__ ((packed)) arc_sbp;
 
extern int arc_init(void);
extern int arc_enabled(void);
void arc_frame_init(void);
void arc_console(void);
extern int arc_reboot(void);
extern int arc_frame_init(void);
extern int arc_console(void);
 
#endif