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, 0 insertions, 6 deletions
diff --git a/firmware/include/tlcl.h b/firmware/include/tlcl.h
index 31347eba..53731200 100644
--- a/firmware/include/tlcl.h
+++ b/firmware/include/tlcl.h
@@ -28,12 +28,6 @@ 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 */
/**