mirror of
https://github.com/torvalds/linux.git
synced 2025-11-09 21:20:04 +02:00
12 lines
204 B
C
12 lines
204 B
C
#ifndef __PPC_FSL_SOC_H
|
|
#define __PPC_FSL_SOC_H
|
|
#ifdef __KERNEL__
|
|
|
|
#include <asm/mmu.h>
|
|
|
|
extern phys_addr_t get_immrbase(void);
|
|
extern u32 get_brgfreq(void);
|
|
extern u32 get_baudrate(void);
|
|
|
|
#endif
|
|
#endif
|