dashboard
repositories
activity
search
login
lzh
/
A133
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
feat(backlight): set default backlight value 255
lin
2025-03-21
c2c82c91f6acd44c57766034b6ced0c53c164a55
[~lzh/A133.git]
/
longan
/
kernel
/
linux-4.9
/
arch
/
powerpc
/
boot
/
fsl-soc.h
1
2
3
4
5
6
7
8
#ifndef _PPC_BOOT_FSL_SOC_H_
#define _PPC_BOOT_FSL_SOC_H_
#include "types.h"
u32 *fsl_get_immr(void);
#endif