mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-22 09:13:05 +00:00
9 lines
112 B
C
9 lines
112 B
C
![]() |
#ifndef _PPC_BOOT_FSL_SOC_H_
|
||
|
#define _PPC_BOOT_FSL_SOC_H_
|
||
|
|
||
|
#include "types.h"
|
||
|
|
||
|
u32 *fsl_get_immr(void);
|
||
|
|
||
|
#endif
|