blob: cbf6268343f36008318d05525ab9aaec801e99e4 [file] [log] [blame]
/* This work is licensed under a Creative Commons CCZero 1.0 Universal License.
* See http://creativecommons.org/publicdomain/zero/1.0/ for more information.
*
* Copyright 2018 (c) Kontron Europe GmbH (Author: Rudolf Hoyler)
*/
#ifndef UA_NETWORK_PUBSUB_ETHERNET_H_
#define UA_NETWORK_PUBSUB_ETHERNET_H_
#include <open62541/plugin/pubsub.h>
_UA_BEGIN_DECLS
UA_PubSubTransportLayer UA_EXPORT
UA_PubSubTransportLayerEthernet(void);
_UA_END_DECLS
#endif /* UA_NETWORK_PUBSUB_ETHERNET_H_ */