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