2006-01-13 12:19:13 -05:00
|
|
|
#ifndef __PPC_FSL_SOC_H
|
|
|
|
#define __PPC_FSL_SOC_H
|
|
|
|
#ifdef __KERNEL__
|
|
|
|
|
2006-09-21 14:11:52 -04:00
|
|
|
#include <asm/mmu.h>
|
|
|
|
|
2006-01-13 12:19:13 -05:00
|
|
|
extern phys_addr_t get_immrbase(void);
|
2006-09-21 09:26:34 -04:00
|
|
|
extern u32 get_brgfreq(void);
|
|
|
|
extern u32 get_baudrate(void);
|
2006-01-13 12:19:13 -05:00
|
|
|
|
|
|
|
#endif
|
|
|
|
#endif
|