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