mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-26 03:20:55 +07: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
|