summaryrefslogtreecommitdiff
path: root/firmware/include/tlcl.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/include/tlcl.h')
-rw-r--r--firmware/include/tlcl.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/include/tlcl.h b/firmware/include/tlcl.h
index 53731200..31347eba 100644
--- a/firmware/include/tlcl.h
+++ b/firmware/include/tlcl.h
@@ -28,6 +28,12 @@ uint32_t TlclLibInit(void);
*/
uint32_t TlclLibClose(void);
+/**
+ * Indicate that we access tlcl with user privileges from OS userland
+ * as opposed to from firmware. May affect required NVRAM read authorization.
+ */
+void TlclLibAccessAsUser(void);
+
/* Low-level operations */
/**