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