summaryrefslogtreecommitdiff
path: root/tss/internal/_dispatch.h
diff options
context:
space:
mode:
Diffstat (limited to 'tss/internal/_dispatch.h')
-rw-r--r--tss/internal/_dispatch.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/tss/internal/_dispatch.h b/tss/internal/_dispatch.h
index 22e3919..12fc5a9 100644
--- a/tss/internal/_dispatch.h
+++ b/tss/internal/_dispatch.h
@@ -41,7 +41,15 @@
#if ! SIMPLEOPS_HAVE_TSS_INTERNAL
-/* Just for consistency */
+static simpleops_always_inline void
+_simpleops_tss_init (void)
+{
+}
+
+static simpleops_always_inline void
+_simpleops_tss_fini (void)
+{
+}
#endif