mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-13 12:53:27 +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
|