mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-08 01:08:03 -04:00
8 lines
112 B
C
8 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
|