Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/org.eclipse.etrice.runtime.c/src/etPort.h')
-rw-r--r--runtime/org.eclipse.etrice.runtime.c/src/etPort.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/org.eclipse.etrice.runtime.c/src/etPort.h b/runtime/org.eclipse.etrice.runtime.c/src/etPort.h
index f7b4ea81e..3e7bd617b 100644
--- a/runtime/org.eclipse.etrice.runtime.c/src/etPort.h
+++ b/runtime/org.eclipse.etrice.runtime.c/src/etPort.h
@@ -33,6 +33,8 @@ typedef struct {
#endif
} etPort;
+typedef etPort* InterfaceItemBase;
+
void etPort_receive(const etPort* self, const etMessage* msg);

Back to the top