1
0
Fork 0
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:
shchmue 2019-10-25 11:46:10 -06:00
parent 472aa1665e
commit d946ade94b

View file

@ -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)
{