mirror of
https://github.com/s1204IT/Lockpick_RCM.git
synced 2024-11-08 19:41:55 +00:00
kfuse: Fix missing include
This commit is contained in:
parent
472aa1665e
commit
d946ade94b
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
|||
#include "../soc/kfuse.h"
|
||||
#include "../soc/clock.h"
|
||||
#include "../soc/t210.h"
|
||||
#include "../utils/util.h"
|
||||
|
||||
int kfuse_read(u32 *buf)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue