aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPhilip Tricca <philip.b.tricca@intel.com>2018-02-23 03:52:57 +0000
committerPhilip Tricca <philip.b.tricca@intel.com>2018-02-25 21:41:00 -0800
commitc0212a2b1b28d8121fc3d9c6f4d996b2492e5c0e (patch)
tree84b76e9849bea8685c3beca532036b49f87e8788 /include
parent6e8d697f9da54f24baed53f886d6ca0604e9b98f (diff)
downloadtpm2-tss-c0212a2b1b28d8121fc3d9c6f4d996b2492e5c0e.tar.gz
tss2_tcti.h: Remove old function invocation macros.
The spec uses a different naming convention (case only). Signed-off-by: Philip Tricca <philip.b.tricca@intel.com>
Diffstat (limited to 'include')
-rw-r--r--include/sapi/tss2_tcti.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/sapi/tss2_tcti.h b/include/sapi/tss2_tcti.h
index 90524cbb..ac137d0d 100644
--- a/include/sapi/tss2_tcti.h
+++ b/include/sapi/tss2_tcti.h
@@ -120,16 +120,6 @@ typedef void TSS2_TCTI_POLL_HANDLE;
TSS2_TCTI_RC_NOT_IMPLEMENTED: \
TSS2_TCTI_SET_LOCALITY(tctiContext)(tctiContext, locality))
-/* The following defines are kept for compatibility reasons.
- * They are however deprecated.
- * TODO: Must be removed before release */
-#define tss2_tcti_transmit Tss2_Tcti_Transmit
-#define tss2_tcti_receive Tss2_Tcti_Receive
-#define tss2_tcti_finalize Tss2_Tcti_Finalize
-#define tss2_tcti_cancel Tss2_Tcti_Cancel
-#define tss2_tcti_get_poll_handles Tss2_Tcti_GetPollHandles
-#define tss2_tcti_set_locality Tss2_Tcti_SetLocality
-
typedef struct TSS2_TCTI_OPAQUE_CONTEXT_BLOB TSS2_TCTI_CONTEXT;
/* superclass to get the version */