ODROID-COMMON: cpuinfo: add to print the board UUID on eFUSE

Change-Id: Ia6400b15d6a16329d0d326492a0131003de8785f
Signed-off-by: Dongjin Kim <tobetter@gmail.com>
This commit is contained in:
Dongjin Kim
2018-12-21 18:28:17 +09:00
parent 2e6bf8fc1a
commit 7e12aec898
2 changed files with 36 additions and 0 deletions

View File

@@ -34,4 +34,7 @@ ssize_t efuse_user_attr_read(char *name, char *buf);
#else
int efuse_read_intlItem(char *intl_item, char *buf, int size);
#endif
ssize_t efuse_read_usr(char *buf, size_t count, loff_t *ppos);
#endif