9 lines
121 B
C
9 lines
121 B
C
|
#ifndef __PPC_FSL_SOC_H
|
||
|
#define __PPC_FSL_SOC_H
|
||
|
#ifdef __KERNEL__
|
||
|
|
||
|
extern phys_addr_t get_immrbase(void);
|
||
|
|
||
|
#endif
|
||
|
#endif
|