mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-19 15:48:24 +00:00
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
|